RichFaces ( Legacy URL )
Tag dropDownMenu




Tag Information
Tag Classorg.richfaces.taglib.DropDownMenuTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
directionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines direction of the popup list to appear (top-right, top-left bottom-right, bottom-left, auto(default))
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Attribute 'disabled' provides possibility to make the whole menu disabled if its value equals to "true".
disabledItemClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to disabled item of this component
disabledItemStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied to disabled item when this component is rendered.
disabledLabelClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to disabled label of DD menu
eventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the event on the representation element that triggers the menu's appearance.
hideDelayfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay between losing focus and menu closing.
horizontalOffsetfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Sets the horizontal offset between popup list and label element conjunction point
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
itemClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to item of this component
itemStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied to item when this component is rendered.
jointPointfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Set the corner of the label for the popup to be connected with. (auto(default), tr, tl, bl, br, where tr top-right)
oncollapsefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs on menu closure
onexpandfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs on menu opening
ongroupactivatefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; some group was activated.
onitemselectfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; some item was selected.
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer was moved within.
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer was moved away.
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer was moved onto.
popupWidthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Set minimal width for the all of the lists that will appear.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
selectItemClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to selected item of this component.
selectItemStylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied to selected item when this component is rendered.
selectedLabelClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to selected label of DD menu
showDelayfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay between event and menu showing.
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Corresponds to the HTML class attribute
submitModefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Set the submission mode for all menu items of the menu except ones where this attribute redefined. (ajax,server(Default),none)
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines representation text for Label used for menu calls.
verticalOffsetfalsefalsejavax.el.ValueExpression
(must evaluate to int)
Sets the vertical offset between popup list and label element conjunction point

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.