ICEfaces ACE Components
Tag menuButton


MenuButton displays different commands in a popup menu.

For more information, see the MenuButton Wiki Documentation.


Tag Information
Tag Classorg.icefaces.ace.component.menubutton.MenuButtonTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingnofalsejavax.el.ValueExpressionUsing an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean.
disablednofalsebooleanDisables or enables the button.
effectnofalsejava.lang.StringSets the effect for the menu display, default value is FADE. Possible values are "FADE", "SLIDE", "NONE". Use "NONE" to disable animation at all. Default = 'fade'.
effectDurationnofalseintSets the effect duration in milliseconds. Default = '400'.
idnofalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
modelnofalseorg.icefaces.ace.model.MenuModelMenuModel instance to create menus programmatically. For the menuitem and submenu components, use explicit ids, and avoid long processing in the getter method for this property, as it will be called multiple times, in every lifecycle. If using MyFaces, see wiki page for some known issues.
renderednofalsebooleanReturn true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'.
stylenofalsejava.lang.StringStyle of the main container element.
styleClassnofalsejava.lang.StringStyle class of the main container element.
valuenofalsejava.lang.StringLabel of the button.
widgetVarnofalsejava.lang.StringJavascript variable name of the wrapped widget.
zindexnofalseintzindex property to control overlapping with other elements. Default = '1'.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.