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:
- javax.faces.component.ActionSource, javax.faces.component.StateHolder
- Direct Known Subclasses:
- UIButtonCommand, UILinkCommand, UIMenuCommand, UISelectBooleanCommand, UISelectOneCommand
public class UICommand
- extends javax.faces.component.UICommand
Fields inherited from class javax.faces.component.UICommand |
COMPONENT_FAMILY |
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(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UICommand
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object savedState)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UICommand
processDecodes
public void processDecodes(javax.faces.context.FacesContext context)
- Overrides:
processDecodes
in class javax.faces.component.UIComponentBase
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext facesContext)
throws java.io.IOException
- Overrides:
encodeChildren
in class javax.faces.component.UIComponentBase
- Throws:
java.io.IOException
queueEvent
public void queueEvent(javax.faces.event.FacesEvent facesEvent)
- Overrides:
queueEvent
in class javax.faces.component.UICommand
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.