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 java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UICommand
COMPONENT_FAMILY
 
Constructor Summary
UILinkCommand()
           
 
Method Summary
 java.lang.String[] getMarkup()
           
 java.lang.Integer getTabIndex()
           
 void restoreState(FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(FacesContext context)
           
 void setMarkup(java.lang.String[] markup)
           
 void setTabIndex(java.lang.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 java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UILinkCommand

public UILinkCommand()
Method Detail

restoreState

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

saveState

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

getMarkup

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

setMarkup

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

getTabIndex

public java.lang.Integer getTabIndex()

setTabIndex

public void setTabIndex(java.lang.Integer tabIndex)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.