org.apache.myfaces.tobago.component
Class UIButton

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.internal.component.AbstractUICommandBase
                  extended by org.apache.myfaces.tobago.internal.component.AbstractUICommand
                      extended by org.apache.myfaces.tobago.component.UICommand
                          extended by org.apache.myfaces.tobago.component.UIButton
All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.StateHolder, SupportsMarkup, SupportsRenderedPartially, Configurable, LayoutBase, LayoutComponent

public class UIButton
extends UICommand

Renders a button element. UIComponent class, generated from template component1.2.stg with class ButtonTagDeclaration.


Field Summary
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UICommand
COMPONENT_FAMILY
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
UIButton()
           
 
Method Summary
 Character getAccessKey()
          Deprecated.  
 String getImage()
          Url to an image to display.
 String getLabel()
          Text value to display as label.
 String getLabelWithAccessKey()
          Deprecated.  
 Integer getTabIndex()
          Controls the navigation of the focus through the input controls on a page with the Tab-Key.
 String getTip()
          Text value to display as tooltip.
 boolean isDefaultCommand()
          If true the command is executed as default -- for example if the user presses the enter key inside a related input field.
 boolean isInline()
          Deprecated.  
 void restoreState(javax.faces.context.FacesContext context, Object componentState)
           
 Object saveState(javax.faces.context.FacesContext context)
           
 void setAccessKey(Character accessKey)
          Deprecated. 
 void setDefaultCommand(boolean defaultCommand)
           
 void setImage(String image)
           
 void setInline(boolean inline)
          Deprecated. 
 void setLabel(String label)
           
 void setLabelWithAccessKey(String labelWithAccessKey)
          Deprecated. 
 void setTabIndex(Integer tabIndex)
           
 void setTip(String tip)
           
 
Methods inherited from class org.apache.myfaces.tobago.component.UICommand
getColumnSpan, getCurrentHeight, getCurrentMarkup, getCurrentWidth, getDisplay, getHeight, getHorizontalIndex, getLeft, getLink, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMarkup, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getOnclick, getPreferredHeight, getPreferredWidth, getRenderedPartially, getResource, getRowSpan, getTarget, getTop, getVerticalIndex, getWidth, isDisabled, isImmediate, isJsfResource, isTransition, setColumnSpan, setCurrentHeight, setCurrentMarkup, setCurrentWidth, setDisabled, setDisplay, setHeight, setHorizontalIndex, setImmediate, setJsfResource, setLeft, setLink, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMarkup, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setOnclick, setPreferredHeight, setPreferredWidth, setRenderedPartially, setResource, setRowSpan, setTarget, setTop, setTransition, setVerticalIndex, setWidth
 
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
processDecodes, queueEvent
 
Methods inherited from class javax.faces.component.UICommand
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, removeActionListener, setAction, setActionExpression, setActionListener, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutComponent
isRendered
 
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable
getRendererType
 

Field Detail

COMPONENT_TYPE

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

UIButton

public UIButton()
Method Detail

getAccessKey

@Deprecated
public Character getAccessKey()
Deprecated. 

Deprecated! Has not longer any function.


setAccessKey

@Deprecated
public void setAccessKey(Character accessKey)
Deprecated. 


getLabelWithAccessKey

@Deprecated
public String getLabelWithAccessKey()
Deprecated. 

Deprecated! Use 'label' instead. Text value to display as label. If text contains an underscore the next character overwrites 'accesskey'.


setLabelWithAccessKey

@Deprecated
public void setLabelWithAccessKey(String labelWithAccessKey)
Deprecated. 


isDefaultCommand

public boolean isDefaultCommand()
If true the command is executed as default -- for example if the user presses the enter key inside a related input field.
Default: false


setDefaultCommand

public void setDefaultCommand(boolean defaultCommand)

getTabIndex

public Integer getTabIndex()
Controls the navigation of the focus through the input controls on a page with the Tab-Key. The navigation starts from the element with the lowest tabIndex value to the element with the highest value. Elements that have identical tabIndex values should be navigated in the order they appear in the character stream Elements that are disabled or with a negative tabIndex do not participate in the tabbing order.


setTabIndex

public void setTabIndex(Integer tabIndex)

getTip

public String getTip()
Text value to display as tooltip.


setTip

public void setTip(String tip)

isInline

@Deprecated
public boolean isInline()
Deprecated. 

Flag indicating this component should rendered as an inline element.
Default: false


setInline

@Deprecated
public void setInline(boolean inline)
Deprecated. 


getImage

public String getImage()
Url to an image to display.


setImage

public void setImage(String image)

getLabel

public String getLabel()
Text value to display as label. If text contains an underscore the next character is used as accesskey.


setLabel

public void setLabel(String label)

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         Object componentState)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class UICommand

saveState

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


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