| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.table.HideColumnMenuItemJspTag |
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.SortDescendingMenuItem )
| only | null | A value-binding expression that associates the menu item with a backing bean property. |
contentAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for content of the menu item. |
contentAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for content of the menu item. |
disabledClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the disabled menu item. |
disabledIconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image for the disabled menu item. |
disabledStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the disabled menu item. |
iconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image for the menu item. |
indentAreaClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for indent area of the menu item. |
indentAreaStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for indent area of the menu item. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the menu item 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 menu item. |
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 menu item. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the menu item receives focus. |
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 menu item. |
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 menu item. |
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 menu item. |
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 menu item. |
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 menu item. |
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 menu item. |
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 menu item. |
selectedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the menu item in selected state. |
selectedIconUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An URL of image for the selected menu item. |
selectedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the menu item in selected state. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the menu item. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the menu item. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The string that displays as text of the menu item. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |