org.apache.myfaces.tobago.component
Class UICommand
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.apache.myfaces.tobago.component.UICommand
- All Implemented Interfaces:
- ActionSource, StateHolder
- Direct Known Subclasses:
- UIButtonCommand, UILinkCommand, UIMenuCommand, UISelectBooleanCommand, UISelectOneCommand
public class UICommand
- extends UICommand
| Methods inherited from class javax.faces.component.UICommand |
addActionListener, broadcast, getAction, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setAction, setActionListener, setImmediate, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, decode, encodeBegin, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
UICommand
public UICommand()
isDefaultCommand
public boolean isDefaultCommand()
setDefaultCommand
public void setDefaultCommand(boolean defaultCommand)
getRenderedPartially
public java.lang.String[] getRenderedPartially()
setRenderedPartially
public void setRenderedPartially(java.lang.String renderedPartially)
setRenderedPartially
public void setRenderedPartially(java.lang.String[] renderedPartially)
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean disabled)
isTransition
public boolean isTransition()
setTransition
public void setTransition(boolean transition)
getTarget
public java.lang.String getTarget()
setTarget
public void setTarget(java.lang.String target)
saveState
public java.lang.Object saveState(FacesContext context)
- Specified by:
saveState in interface StateHolder- Overrides:
saveState in class UICommand
restoreState
public void restoreState(FacesContext context,
java.lang.Object savedState)
- Specified by:
restoreState in interface StateHolder- Overrides:
restoreState in class UICommand
processDecodes
public void processDecodes(FacesContext context)
- Overrides:
processDecodes in class UIComponentBase
encodeChildren
public void encodeChildren(FacesContext facesContext)
throws java.io.IOException
- Overrides:
encodeChildren in class UIComponentBase
- Throws:
java.io.IOException
queueEvent
public void queueEvent(FacesEvent facesEvent)
- Overrides:
queueEvent in class UICommand
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.