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.UIMenuCommand |
![]() |
Renders a menu item.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.MenuCommandTagDeclaration.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | COMPONENT_TYPE |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.
| |||||||||||
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 that the resource referenced by the resource attribute is a jsf resource.
| |||||||||||
Specify, if the command calls an JSF-Action.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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
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 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