| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.table.ColumnMenuJspTag |
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.table.ColumnVisibilityMenu )
| only | null | A value-binding expression that associates the TwoListSelection component with a backing bean property. |
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. |
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 popup menu component. |
indentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for indent area of the popup menu component. |
itemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for menu item of the popup menu 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 popup menu component. |
itemContentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for content of menu items of the popup menu component. |
itemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for menu item of the popup menu 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 popup menu 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 popup menu 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 popup menu 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 popup menu. |
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 popup menu. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the popup menu receives focus. |
onhide | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the popup menu 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 popup menu. |
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 popup menu. |
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 popup menu. |
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 popup menu. |
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 popup menu. |
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 popup menu. |
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 popup menu. |
onshow | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the popup menu 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 popup menu component in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the popup menu 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 popup menu component. |
selectedItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A default style for selected menu items of the popup menu 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. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the popup menu component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the popup menu 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 popup menu hides. |
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 popup menu becomes visible. |
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 |