o
Tag columnReordering


Turns on drag&drop column reordering feature for a DataTable or TreeTable where this tag is inserted.


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

Attributes
NameRequiredBinding TypeELDefaultDescription
autoScrollAreaClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS class name for the header's area that allows scrolling the area for dragging to make all columns available for reordering even in scrollable tables.
autoScrollAreaStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style for the header's area that allows scrolling the area for dragging to make all columns available for reordering even in scrollable tables.
autoScrollAreaTransparencyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0.5Specifies the transparency level for the area that allows horizontal scrolling during column reordering.
autoScrollLeftImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullImage that will be displayed in the left auto-scrolling area that appears when reordering columns in a scrollable table.
autoScrollRightImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullImage that will be displayed in the right auto-scrolling area that appears when reordering columns in a scrollable table.
draggedCellClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the dragged header cell.
draggedCellStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the dragged header cell.
draggedCellTransparencyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0.5Allows customizing transparency effect for the dragged header cell. This should be a floating-point number in range 0..1. 0 corresponds to fully opaque display, and 1 corresponds to fully transparent display.
dropTargetBottomImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullImage that is displayed below the drop target when column dragging is in progress.
dropTargetClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS class name for for the area that highlights the possible drop target when the user drags a column. The usual attributes that should be configured in this style are the "background" and "width" CSS attributes.
dropTargetStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style for for the area that highlights the possible drop target when the user drags a column. The usual attributes that should be configured in this style are the "background" and "width" CSS attributes.
dropTargetTopImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullImage that is displayed above the drop target when column dragging is in progress.

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.