public class ProgressiveUICommand
extends javax.faces.component.UICommand
UIComponent
implementation that backs the <sf:commandButton>
tag. Relies mainly on the use of
UIComponent.getAttributes()
as opposed to JavaBean getters and setters, except for attribute that require
type conversion.Constructor and Description |
---|
ProgressiveUICommand() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAjaxEnabled() |
java.lang.Boolean |
getDisabled() |
java.lang.String |
getType() |
boolean |
isImmediate() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setAjaxEnabled(java.lang.Boolean ajaxEnabled) |
void |
setDisabled(java.lang.Boolean disabled) |
void |
setType(java.lang.String type) |
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, 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, saveAttachedState, 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 java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.Boolean getDisabled()
public void setDisabled(java.lang.Boolean disabled)
public java.lang.Boolean getAjaxEnabled()
public void setAjaxEnabled(java.lang.Boolean ajaxEnabled)
public boolean isImmediate()
isImmediate
in interface javax.faces.component.ActionSource
isImmediate
in class javax.faces.component.UICommand
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase