public class UIButton extends UICommand
component1.2.stg
with class
ButtonTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIButton() |
Modifier and Type | Method and Description |
---|---|
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) |
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
processDecodes, queueEvent
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, removeActionListener, setAction, setActionExpression, setActionListener, setValue
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
encodeAll, getContainerClientId, getValueExpression, setValueExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRendered
getRendererType
public static final String COMPONENT_TYPE
@Deprecated public Character getAccessKey()
@Deprecated public void setAccessKey(Character accessKey)
@Deprecated public String getLabelWithAccessKey()
@Deprecated public void setLabelWithAccessKey(String labelWithAccessKey)
public boolean isDefaultCommand()
false
public void setDefaultCommand(boolean defaultCommand)
public Integer getTabIndex()
public void setTabIndex(Integer tabIndex)
public String getTip()
public void setTip(String tip)
@Deprecated public boolean isInline()
false
@Deprecated public void setInline(boolean inline)
public String getImage()
public void setImage(String image)
public String getLabel()
public void setLabel(String label)
public void restoreState(javax.faces.context.FacesContext context, Object componentState)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UICommand
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.