o
Tag hideColumnMenuItem


A menu item that can be inserted into the column menu of DataTable/TreeTable components to provide column hiding capability.


Tag Information
Tag Classorg.openfaces.taglib.jsp.table.HideColumnMenuItemJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.table.SortDescendingMenuItem)
onlynullA value-binding expression that associates the menu item with a backing bean property.
contentAreaClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for content of the menu item.
contentAreaStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for content of the menu item.
disabledClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the disabled menu item.
disabledIconUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn URL of image for the disabled menu item.
disabledStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the disabled menu item.
iconUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn URL of image for the menu item.
indentAreaClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for indent area of the menu item.
indentAreaStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for indent area of the menu item.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the menu item loses focus.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the menu item.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript 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).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the menu item.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the menu item receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses a key over the menu item.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a key over the menu item.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks the button with either mouse menu item.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the menu item.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the menu item.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the menu item.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a mouse button over the menu item.
selectedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the menu item in selected state.
selectedIconUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn URL of image for the selected menu item.
selectedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the menu item in selected state.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the menu item.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the menu item.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe string that displays as text of the menu item.

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.