| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.command.PopupMenuJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.command.PopupMenu )
| only | null | A value-binding expression that associates the TwoListSelection component with a backing bean property. |
disabledItemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for disabled menu items of the PopupMenu component. |
disabledItemIconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of default image for disabled menu items. |
disabledItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for desabled menu items of the PopupMenu component. |
disabledSubmenuImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image file that is used for disabled menu items which have submenu. |
event | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Name of client side event which shows the PopupMenu. |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | ID of the component to wich the PopupMenu should be attached. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
indentClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for indent area of the PopupMenu component. |
indentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for indent area of the PopupMenu component. |
indentVisible | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not PopupMenu shows indent area with menu item images. |
itemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for menu item of the PopupMenu component. |
itemContentClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for content of menu items of the PopupMenu component. |
itemContentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for content of menu items of the PopupMenu component. |
itemIconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of default image for menu items. |
itemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for menu item of the PopupMenu component. |
itemSubmenuIconClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for submenu icon area of menu items of the PopupMenu component. |
itemSubmenuIconStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for submenu icon area of menu items of the PopupMenu component. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the PopupMenu loses focus. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the PopupMenu. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the PopupMenu. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the PopupMenu receives focus. |
onhide | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the PopupMenu hides. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the PopupMenu. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the PopupMenu. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks the button with either mouse PopupMenu. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the PopupMenu. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the PopupMenu. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the PopupMenu. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a mouse button over the PopupMenu. |
onshow | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the PopupMenu shows. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the component is visible. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the PopupMenu component in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the PopupMenu component in the rollover state. |
selectedItemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for selected menu items of the PopupMenu component. |
selectedItemIconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of default image for selected menu items. |
selectedItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for selected menu items of the PopupMenu component. |
selectedSubmenuImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image file that is used for selected menu items which have submenu. |
standalone | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Turns on the "standalone" mode where the PopupMenu is not attached to other component automatically, and can be used via the public API instead. The default value is false, which means that the component is attached to the parent component, or a component referred to by the "for" attribute if it is specified. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the PopupMenu component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the PopupMenu component. |
submenuHideDelay | false | javax.el.ValueExpression
(must evaluate to int )
| true | 500 | Delay in milliseconds that specifies how much time should pass between user makes mouseout of menu item and child PopupMenu hides. |
submenuImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image which is marker to show user that some menu item has submenu. |
submenuShowDelay | false | javax.el.ValueExpression
(must evaluate to int )
| true | 500 | Delay in milliseconds that specifies how much time should pass between user makes mouseover of menu item and child PopupMenu becomes visible. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |