public class Hotkey extends javax.faces.component.UICommand implements AjaxSource
Modifier and Type | Class and Description |
---|---|
protected static class |
Hotkey.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
Hotkey() |
Modifier and Type | Method and Description |
---|---|
String |
getBind() |
String |
getDelay() |
String |
getFamily() |
String |
getHandler() |
String |
getOncomplete() |
String |
getOnerror() |
String |
getOnstart() |
String |
getOnsuccess() |
String |
getProcess() |
String |
getUpdate() |
boolean |
isAjaxified() |
boolean |
isAsync() |
boolean |
isGlobal() |
boolean |
isIgnoreAutoUpdate() |
boolean |
isPartialSubmit() |
boolean |
isPartialSubmitSet() |
boolean |
isResetValues() |
boolean |
isResetValuesSet() |
void |
setAsync(boolean _async) |
void |
setBind(String _bind) |
void |
setDelay(String _delay) |
void |
setGlobal(boolean _global) |
void |
setHandler(String _handler) |
void |
setIgnoreAutoUpdate(boolean _ignoreAutoUpdate) |
void |
setOncomplete(String _oncomplete) |
void |
setOnerror(String _onerror) |
void |
setOnstart(String _onstart) |
void |
setOnsuccess(String _onsuccess) |
void |
setPartialSubmit(boolean _partialSubmit) |
void |
setProcess(String _process) |
void |
setResetValues(boolean _resetValues) |
void |
setUpdate(String _update) |
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
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
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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UICommand
public String getBind()
public void setBind(String _bind)
public String getUpdate()
getUpdate
in interface AjaxSource
public void setUpdate(String _update)
public String getProcess()
getProcess
in interface AjaxSource
public void setProcess(String _process)
public String getHandler()
public void setHandler(String _handler)
public String getOnstart()
getOnstart
in interface AjaxSource
public void setOnstart(String _onstart)
public String getOncomplete()
getOncomplete
in interface AjaxSource
public void setOncomplete(String _oncomplete)
public String getOnerror()
getOnerror
in interface AjaxSource
public void setOnerror(String _onerror)
public String getOnsuccess()
getOnsuccess
in interface AjaxSource
public void setOnsuccess(String _onsuccess)
public boolean isGlobal()
isGlobal
in interface AjaxSource
public void setGlobal(boolean _global)
public String getDelay()
getDelay
in interface AjaxSource
public void setDelay(String _delay)
public boolean isAsync()
isAsync
in interface AjaxSource
public void setAsync(boolean _async)
public boolean isPartialSubmit()
isPartialSubmit
in interface AjaxSource
public void setPartialSubmit(boolean _partialSubmit)
public boolean isResetValues()
isResetValues
in interface AjaxSource
public void setResetValues(boolean _resetValues)
public boolean isIgnoreAutoUpdate()
isIgnoreAutoUpdate
in interface AjaxSource
public void setIgnoreAutoUpdate(boolean _ignoreAutoUpdate)
public boolean isPartialSubmitSet()
isPartialSubmitSet
in interface AjaxSource
public boolean isResetValuesSet()
isResetValuesSet
in interface AjaxSource
public boolean isAjaxified()
isAjaxified
in interface AjaxSource
Copyright © 2014. All rights reserved.