org.apache.myfaces.tobago.component
Class UILinkCommand

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
                  extended by org.apache.myfaces.tobago.component.UILinkCommand
All Implemented Interfaces:
ActionSource, StateHolder, SupportsMarkup
Direct Known Subclasses:
UIDatePicker

public class UILinkCommand
extends UICommand
implements SupportsMarkup


Field Summary
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UICommand
COMPONENT_FAMILY
 
Constructor Summary
UILinkCommand()
           
 
Method Summary
 String[] getMarkup()
           
 Integer getTabIndex()
           
 void restoreState(FacesContext context, Object state)
           
 Object saveState(FacesContext context)
           
 void setMarkup(String[] markup)
           
 void setTabIndex(Integer tabIndex)
           
 
Methods inherited from class org.apache.myfaces.tobago.component.UICommand
encodeChildren, getRenderedPartially, getTarget, isDefaultCommand, isDisabled, isTransition, processDecodes, queueEvent, setDefaultCommand, setDisabled, setRenderedPartially, setRenderedPartially, setTarget, setTransition
 
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

UILinkCommand

public UILinkCommand()
Method Detail

restoreState

public void restoreState(FacesContext context,
                         Object state)
Specified by:
restoreState in interface StateHolder
Overrides:
restoreState in class UICommand

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class UICommand

getMarkup

public String[] getMarkup()
Specified by:
getMarkup in interface SupportsMarkup

setMarkup

public void setMarkup(String[] markup)
Specified by:
setMarkup in interface SupportsMarkup

getTabIndex

public Integer getTabIndex()

setTabIndex

public void setTabIndex(Integer tabIndex)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.