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 String COMPONENT_TYPE
- See Also:
- Constant Field Values
UICommand
public UICommand()
isDefaultCommand
public boolean isDefaultCommand()
setDefaultCommand
public void setDefaultCommand(boolean defaultCommand)
getRenderedPartially
public String[] getRenderedPartially()
setRenderedPartially
public void setRenderedPartially(String renderedPartially)
setRenderedPartially
public void setRenderedPartially(String[] renderedPartially)
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean disabled)
isTransition
public boolean isTransition()
setTransition
public void setTransition(boolean transition)
getTarget
public String getTarget()
setTarget
public void setTarget(String target)
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState in interface StateHolder- Overrides:
saveState in class UICommand
restoreState
public void restoreState(FacesContext context,
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 IOException
- Overrides:
encodeChildren in class UIComponentBase
- Throws:
IOException
queueEvent
public void queueEvent(FacesEvent facesEvent)
- Overrides:
queueEvent in class UICommand
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.