RichFaces ( Legacy URL )
Tag dndParam


A component is used for parameters transmission in Drag and Drop operations. It's also used for dragIndicator elements definition with transmitting some values for rendering in it.


Tag Information
Tag Classorg.richfaces.taglib.DndParamTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
nametruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A name of this parameter
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
typefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute defines parameter functionality. Possible values are "drag", "drop" and "default". Default value is "default".
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value for this component

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.