org.apache.myfaces.tobago.component
Class UICommand

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UICommand
              extended by org.apache.myfaces.tobago.component.UICommand
All Implemented Interfaces:
ActionSource, StateHolder
Direct Known Subclasses:
UIButtonCommand, UILinkCommand, UIMenuCommand, UISelectBooleanCommand, UISelectOneCommand

public class UICommand
extends UICommand


Field Summary
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UICommand
COMPONENT_FAMILY
 
Constructor Summary
UICommand()
           
 
Method Summary
 void encodeChildren(FacesContext facesContext)
           
 String[] getRenderedPartially()
           
 String getTarget()
           
 boolean isDefaultCommand()
           
 boolean isDisabled()
           
 boolean isTransition()
           
 void processDecodes(FacesContext context)
           
 void queueEvent(FacesEvent facesEvent)
           
 void restoreState(FacesContext context, Object savedState)
           
 Object saveState(FacesContext context)
           
 void setDefaultCommand(boolean defaultCommand)
           
 void setDisabled(boolean disabled)
           
 void setRenderedPartially(String renderedPartially)
           
 void setRenderedPartially(String[] renderedPartially)
           
 void setTarget(String target)
           
 void setTransition(boolean transition)
           
 
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
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UICommand

public UICommand()
Method Detail

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-2011 Apache Software Foundation. All Rights Reserved.