Class AbstractUICommand
java.lang.Object
jakarta.faces.component.UIComponent
jakarta.faces.component.UIComponentBase
jakarta.faces.component.UICommand
org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
org.apache.myfaces.tobago.internal.component.AbstractUICommand
- All Implemented Interfaces:
- jakarta.faces.component.ActionSource,- jakarta.faces.component.ActionSource2,- jakarta.faces.component.behavior.ClientBehaviorHolder,- jakarta.faces.component.PartialStateHolder,- jakarta.faces.component.StateHolder,- jakarta.faces.component.TransientStateHolder,- jakarta.faces.event.ComponentSystemEventListener,- jakarta.faces.event.FacesListener,- jakarta.faces.event.SystemEventListenerHolder,- EventListener,- SupportFieldId,- SupportsAccessKey,- SupportsAutoSpacing,- Visual
- Direct Known Subclasses:
- AbstractUIButton,- AbstractUILink
public abstract class AbstractUICommand
extends AbstractUICommandBase
implements SupportsAutoSpacing, SupportsAccessKey, Visual, jakarta.faces.component.behavior.ClientBehaviorHolder, SupportFieldId
Base class for commands.
- 
Field SummaryFields inherited from class jakarta.faces.component.UICommandCOMPONENT_FAMILY, COMPONENT_TYPEFields inherited from class jakarta.faces.component.UIComponentATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, FACETS_KEY, VIEW_LOCATION_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetFieldId(jakarta.faces.context.FacesContext facesContext) abstract StringgetImage()abstract StringgetLabel()booleanMethods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUICommandBasegetConfirmation, getFragment, getLink, getOutcome, getTarget, isDisabled, isOmit, isRendered, isTransition, processDecodes, processEvent, queueEvent, setDisabled, setOmitMethods inherited from class jakarta.faces.component.UICommandaddActionListener, broadcast, getActionExpression, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setActionExpression, setImmediate, setValueMethods inherited from class jakarta.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, invokeOnComponent, isTransient, markInitialState, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, visitTreeMethods inherited from class jakarta.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, unsubscribeFromEventMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.faces.component.behavior.ClientBehaviorHolderaddClientBehavior, getClientBehaviors, getDefaultEventName, getEventNamesMethods inherited from interface org.apache.myfaces.tobago.component.SupportsAccessKeygetAccessKeyMethods inherited from interface org.apache.myfaces.tobago.component.SupportsAutoSpacinggetAutoSpacing, getAutoSpacingMethods inherited from interface org.apache.myfaces.tobago.component.VisualgetCustomClass, getMarkup, getRendererType, isPlain, setCustomClass, setMarkup
- 
Constructor Details- 
AbstractUICommandpublic AbstractUICommand()
 
- 
- 
Method Details- 
isParentOfCommandspublic boolean isParentOfCommands()
- 
getImage
- 
getLabel- Specified by:
- getLabelin interface- SupportsAccessKey
 
- 
getFieldId- Specified by:
- getFieldIdin interface- SupportFieldId
 
 
-