| java.lang.Object | |||||||
| ↳ | javax.faces.component.UIComponent | ||||||
| ↳ | javax.faces.component.UIComponentBase | ||||||
| ↳ | javax.faces.component.UICommand | ||||||
| ↳ | org.apache.myfaces.tobago.internal.component.AbstractUICommandBase | ||||||
| ↳ | org.apache.myfaces.tobago.internal.component.AbstractUICommand | ||||||
| ↳ | org.apache.myfaces.tobago.component.UICommand | ||||||
| ↳ | org.apache.myfaces.tobago.component.UIButton | ||||||
Renders a button element.
UIComponent class, generated from template component1.2.stg with class
org.apache.myfaces.tobago.internal.taglib.component.ButtonTagDeclaration.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | COMPONENT_TYPE | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.myfaces.tobago.component.UICommand
| |||||||||||
From class
javax.faces.component.UICommand
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.faces.component.UIComponent
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Deprecated! Has not longer any function.@deprecated
| |||||||||||
Url to an image to display.
| |||||||||||
Text value to display as label.
| |||||||||||
Deprecated! Use 'label' instead.
| |||||||||||
Controls the navigation of the focus through the
input controls on a page with the Tab-Key.
| |||||||||||
Text value to display as tooltip.
| |||||||||||
If true the command is executed as default -- for example if the
user presses the enter key inside a related input field.
| |||||||||||
Flag indicating this component should rendered as an inline element.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.myfaces.tobago.component.UICommand
| |||||||||||
From class
org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
| |||||||||||
From class
javax.faces.component.UICommand
| |||||||||||
From class
javax.faces.component.UIComponentBase
| |||||||||||
From class
javax.faces.component.UIComponent
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
javax.faces.component.ActionSource
| |||||||||||
From interface
javax.faces.component.ActionSource2
| |||||||||||
From interface
javax.faces.component.StateHolder
| |||||||||||
From interface
org.apache.myfaces.tobago.component.SupportsMarkup
| |||||||||||
From interface
org.apache.myfaces.tobago.component.SupportsRenderedPartially
| |||||||||||
From interface
org.apache.myfaces.tobago.config.Configurable
| |||||||||||
From interface
org.apache.myfaces.tobago.layout.LayoutBase
| |||||||||||
From interface
org.apache.myfaces.tobago.layout.LayoutComponent
| |||||||||||
Text value to display as label. If text contains an underscore the next character is used as accesskey.
Deprecated! Use 'label' instead. Text value to display as label. If text contains an underscore the next character overwrites 'accesskey'.@deprecated
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.
If true the command is executed as default -- for example if the
user presses the enter key inside a related input field.
Default: false
Flag indicating this component should rendered as an inline element.
Default: false@deprecated