public abstract class AbstractUICommand extends javax.faces.component.UICommand implements SupportsRenderedPartially, SupportsAccessKey, OnComponentPopulated, Visual
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 |
getLabel() |
abstract String |
getLink() |
abstract String[] |
getRenderedPartially() |
abstract String |
getResource() |
abstract String |
getTarget() |
abstract String |
getTip() |
abstract boolean |
isDisabled() |
abstract boolean |
isJsfResource() |
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) |
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, getDefaultEventName, getEventNames, 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
setRenderedPartially
getAccessKey
getCurrentMarkup, getCustomClass, getMarkup, getRendererType, getStyle, setCurrentMarkup, 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 abstract String getLabel()
getLabel
in interface SupportsAccessKey
public abstract boolean isJsfResource()
public abstract String getResource()
public abstract String getLink()
public abstract String getTarget()
public abstract boolean isTransition()
public abstract String[] getRenderedPartially()
getRenderedPartially
in interface SupportsRenderedPartially
public abstract boolean isOmit()
public abstract boolean isDisabled()
public abstract String getTip()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.