public abstract class AbstractUICommand extends javax.faces.component.UICommand implements SupportsAccessKey, OnComponentPopulated, Visual, javax.faces.component.behavior.ClientBehaviorHolder
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
MARKER
Constructor and Description |
---|
AbstractUICommand() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getConfirmation() |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
abstract String |
getLabel() |
abstract String |
getLink() |
abstract String |
getTarget() |
abstract String |
getTip() |
boolean |
isDisabled()
Flag indicating that this element is disabled.
|
abstract boolean |
isOmit() |
boolean |
isParentOfCommands() |
abstract boolean |
isTransition() |
void |
onComponentPopulated(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent parent) |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent facesEvent) |
void |
setDisabled(boolean disabled) |
abstract void |
setOmit(boolean omit) |
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue
addClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccessKey
getCustomClass, getMarkup, getRendererType, getStyle, setCustomClass, setMarkup, setStyle
public void onComponentPopulated(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent parent)
onComponentPopulated
in interface OnComponentPopulated
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class javax.faces.component.UIComponentBase
public void queueEvent(javax.faces.event.FacesEvent facesEvent)
queueEvent
in class javax.faces.component.UICommand
public boolean isParentOfCommands()
public boolean isDisabled()
false
public void setDisabled(boolean disabled)
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public abstract String getLabel()
getLabel
in interface SupportsAccessKey
public abstract String getLink()
public abstract String getTarget()
public abstract boolean isTransition()
public abstract boolean isOmit()
public abstract void setOmit(boolean omit)
public abstract String getTip()
public abstract String getConfirmation()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.