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.UITreeCommand |
Renders a command inside of a tree.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.TreeCommandTagDeclaration.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | COMPONENT_TYPE |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This value will usually be set by the layout manager.
| |||||||||||
This value will usually be set by the layout manager.
| |||||||||||
This attribute is for internal use only.
| |||||||||||
This value will usually be set by the layout manager.
| |||||||||||
This attribute is for internal use only.
| |||||||||||
Text value to display as label.
| |||||||||||
This value will usually be set by the layout manager.
| |||||||||||
Link to an arbitrary URL, either an internal link or an external link.
| |||||||||||
Script to be invoked when clicked
| |||||||||||
Indicate the partially rendered Components in a case of a submit.
| |||||||||||
Link to an internal resource.
| |||||||||||
Controls the navigation of the focus through the
input controls on a page with the Tab-Key.
| |||||||||||
Name of a frame where the resource retrieved via this hyperlink is to be
displayed.
| |||||||||||
Text value to display as tooltip.
| |||||||||||
This value will usually be set by the layout manager.
| |||||||||||
This attribute is for internal use only.
| |||||||||||
This value will usually be set by the layout manager.
| |||||||||||
Flag indicating that this element is disabled.
| |||||||||||
Flag indicating that, if this component is activated by the user,
notifications should be delivered to interested listeners and actions
immediately (that is, during Apply Request Values phase) rather than
waiting until Invoke Application phase.
| |||||||||||
Flag indicating this component should rendered as an inline element.
| |||||||||||
Flag indicating that the resource referenced by the resource attribute is a jsf resource.
| |||||||||||
Specify, if the command calls an JSF-Action.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This value will usually be set by the layout manager. It holds the current height computed by the layout manager.
This value will usually be set by the layout manager. It holds the current width computed by the layout manager.
Text value to display as label. If text contains an underscore the next character is used as accesskey.
Link to an arbitrary URL, either an internal link or an external link.
Indicate the partially rendered Components in a case of a submit.
Link to an internal resource. Resources will be processed by the resource management. E. g. define help.html and it will be served help_es.html or help_de.html if available. For JSF-Pages you have to set the jsfResource attribute.
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.
Name of a frame where the resource retrieved via this hyperlink is to be displayed.
Flag indicating that this element is disabled.
Default: false
Flag indicating that, if this component is activated by the user,
notifications should be delivered to interested listeners and actions
immediately (that is, during Apply Request Values phase) rather than
waiting until Invoke Application phase.
Default: false
Flag indicating this component should rendered as an inline element.
Default: false
@deprecated
Flag indicating that the resource referenced by the resource attribute is a jsf resource.
That means that the url has to be processed to change the prefix or suffix (e. g. *.jsf or
/faces/*). Default is false.
Default: false
Specify, if the command calls an JSF-Action.
Useful to switch off the Double-Submit-Check and Waiting-Behavior.
Default: true