Droppable

net.sf.tacos.components.scriptaculous.Droppable

Description

Creates a Droppable.

Parameters

nametyperequireddefault valuedescription
listenerorg.apache.tapestry.IActionListenerSpecifies an object that is notified when a draggable source is dropped into this droppable, which is typically a listener method of its container If a node iterated via dragSourceElement does not have an id attribute it won't be added as a draggable source. The id of the dropped draggable source can be retrieved from the request cycle as a parameter whose name is the value of the constant DRAGGABLE_PARAMETER of the class net.sf.tacos.components.scriptaculous.Droppable.
hoverClassjava.lang.StringIf set, the Droppable will have this additional CSS class when an accepted Draggable is hovered over it.
acceptjava.util.CollectionSpecifies an array or a collection of strings describing CSS classes. The Droppable will only accept Draggables that have one or more of these CSS classes.

Allow body: ( rendered )

Allow informal parameters:

Reserved parameters: -