Package org.primefaces.component.hotkey
Class HotkeyBase
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- javax.faces.component.UICommand
-
- org.primefaces.component.hotkey.HotkeyBase
-
- All Implemented Interfaces:
EventListener,javax.faces.component.ActionSource,javax.faces.component.ActionSource2,javax.faces.component.PartialStateHolder,javax.faces.component.StateHolder,javax.faces.component.TransientStateHolder,javax.faces.event.ComponentSystemEventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListenerHolder,AjaxSource
- Direct Known Subclasses:
Hotkey
public abstract class HotkeyBase extends javax.faces.component.UICommand implements AjaxSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHotkeyBase.PropertyKeys
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_FAMILYstatic StringDEFAULT_RENDERER
-
Constructor Summary
Constructors Constructor Description HotkeyBase()
-
Method Summary
-
Methods inherited from class javax.faces.component.UICommand
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
-
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
-
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.primefaces.component.api.AjaxSource
isAjaxified, isPartialSubmitSet, isResetValuesSet
-
-
-
-
Field Detail
-
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
-
DEFAULT_RENDERER
public static final String DEFAULT_RENDERER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFamily
public String getFamily()
- Overrides:
getFamilyin classjavax.faces.component.UICommand
-
getBind
public String getBind()
-
setBind
public void setBind(String bind)
-
getUpdate
public String getUpdate()
- Specified by:
getUpdatein interfaceAjaxSource
-
setUpdate
public void setUpdate(String update)
-
getProcess
public String getProcess()
- Specified by:
getProcessin interfaceAjaxSource
-
setProcess
public void setProcess(String process)
-
getHandler
public String getHandler()
-
setHandler
public void setHandler(String handler)
-
getOnstart
public String getOnstart()
- Specified by:
getOnstartin interfaceAjaxSource
-
setOnstart
public void setOnstart(String onstart)
-
getOncomplete
public String getOncomplete()
- Specified by:
getOncompletein interfaceAjaxSource
-
setOncomplete
public void setOncomplete(String oncomplete)
-
getOnerror
public String getOnerror()
- Specified by:
getOnerrorin interfaceAjaxSource
-
setOnerror
public void setOnerror(String onerror)
-
getOnsuccess
public String getOnsuccess()
- Specified by:
getOnsuccessin interfaceAjaxSource
-
setOnsuccess
public void setOnsuccess(String onsuccess)
-
isGlobal
public boolean isGlobal()
- Specified by:
isGlobalin interfaceAjaxSource
-
setGlobal
public void setGlobal(boolean global)
-
getDelay
public String getDelay()
- Specified by:
getDelayin interfaceAjaxSource
-
setDelay
public void setDelay(String delay)
-
getTimeout
public int getTimeout()
- Specified by:
getTimeoutin interfaceAjaxSource
-
setTimeout
public void setTimeout(int timeout)
-
isAsync
public boolean isAsync()
- Specified by:
isAsyncin interfaceAjaxSource
-
setAsync
public void setAsync(boolean async)
-
isPartialSubmit
public boolean isPartialSubmit()
- Specified by:
isPartialSubmitin interfaceAjaxSource
-
setPartialSubmit
public void setPartialSubmit(boolean partialSubmit)
-
isResetValues
public boolean isResetValues()
- Specified by:
isResetValuesin interfaceAjaxSource
-
setResetValues
public void setResetValues(boolean resetValues)
-
isIgnoreAutoUpdate
public boolean isIgnoreAutoUpdate()
- Specified by:
isIgnoreAutoUpdatein interfaceAjaxSource
-
setIgnoreAutoUpdate
public void setIgnoreAutoUpdate(boolean ignoreAutoUpdate)
-
getPartialSubmitFilter
public String getPartialSubmitFilter()
- Specified by:
getPartialSubmitFilterin interfaceAjaxSource
-
setPartialSubmitFilter
public void setPartialSubmitFilter(String partialSubmitFilter)
-
getForm
public String getForm()
- Specified by:
getFormin interfaceAjaxSource
-
setForm
public void setForm(String form)
-
isDisabled
public boolean isDisabled()
-
setDisabled
public void setDisabled(boolean disabled)
-
isIgnoreComponentNotFound
public boolean isIgnoreComponentNotFound()
- Specified by:
isIgnoreComponentNotFoundin interfaceAjaxSource
-
setIgnoreComponentNotFound
public void setIgnoreComponentNotFound(boolean ignoreComponentNotFound)
-
-