Class AbstractUICommandBase
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
- 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
- Direct Known Subclasses:
- AbstractUICommand,- AbstractUIEvent
public abstract class AbstractUICommandBase
extends javax.faces.component.UICommand
implements javax.faces.event.ComponentSystemEventListener
Base class for commands.
- 
Field SummaryFields inherited from class javax.faces.component.UICommandCOMPONENT_FAMILY, COMPONENT_TYPEFields inherited from class javax.faces.component.UIComponentATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract Stringabstract Stringabstract StringgetLink()abstract Stringabstract StringbooleanFlag indicating that this element is disabled.abstract booleanisOmit()booleanabstract booleanvoidprocessDecodes(javax.faces.context.FacesContext context) voidprocessEvent(javax.faces.event.ComponentSystemEvent event) voidqueueEvent(javax.faces.event.FacesEvent facesEvent) voidsetDisabled(boolean disabled) abstract voidsetOmit(boolean omit) Methods inherited from class javax.faces.component.UICommandaddActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValueMethods inherited from class javax.faces.component.UIComponentBaseaddClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreeMethods inherited from class javax.faces.component.UIComponentgetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
- 
Constructor Details- 
AbstractUICommandBasepublic AbstractUICommandBase()
 
- 
- 
Method Details- 
processEventpublic void processEvent(javax.faces.event.ComponentSystemEvent event) - Specified by:
- processEventin interface- javax.faces.event.ComponentSystemEventListener
- Overrides:
- processEventin class- javax.faces.component.UIComponent
 
- 
processDecodespublic void processDecodes(javax.faces.context.FacesContext context) - Overrides:
- processDecodesin class- javax.faces.component.UIComponentBase
 
- 
queueEventpublic void queueEvent(javax.faces.event.FacesEvent facesEvent) - Overrides:
- queueEventin class- javax.faces.component.UICommand
 
- 
isRenderedpublic boolean isRendered()- Overrides:
- isRenderedin class- javax.faces.component.UIComponentBase
 
- 
isDisabledpublic boolean isDisabled()Flag indicating that this element is disabled.
 Default:false
- 
setDisabledpublic void setDisabled(boolean disabled) 
- 
getTarget
- 
isTransitionpublic abstract boolean isTransition()
- 
isOmitpublic abstract boolean isOmit()
- 
setOmitpublic abstract void setOmit(boolean omit) 
- 
getConfirmation
- 
getLink
- 
getOutcome
- 
getFragment
 
-