Drag To Move Rows - caf_h:dragToMoveRows

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.behavior.DragToMoveRows
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.behavior.DragToMoveRows
Description Allows user to add, remove, copy, or reorder the rows in a table by dragging them
Palette LocationCAF Html/Control/Behaviors/Drag To Move Rows
Client-Side ModelCAF.DragToMoveRowsBehavior.Model
Attributes 
NameRequiredTypeDescription
addfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow rows from another table to be added to this table

If not specified, the default value is "false".

allowDragfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom JavaScript allowDrag event handler
allowDropfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom JavaScript allowDrop event handler
copyfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow rows from this table to be copied to another table

If not specified, the default value is "false".

forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of control to which to apply this behavior
handleDropfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom JavaScript handleDrop event handler
hoverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS class to use when draggable control hovering over drop target
idfalsejava.lang.String Control identifier
propagateEventsfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow drag-start mouse click event to propagate

If not specified, the default value is "false".

removefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow rows to be removed from this table

If not specified, the default value is "false".

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

reorderfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow rows in this table to be reordered

If not specified, the default value is "false".

Output generated by Vdldoc View Declaration Language Documentation Generator.