|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DNDSource
A DNDSource represents a draggable object that will be matched against DNDTargets (drop zones) to create a Drag and Drop interface on the client.
Method Summary | |
---|---|
java.lang.String |
getCssClassName()
Return the CSS class name for this DNDSource. |
DNDProperty[] |
getDNDProperties()
Returns the DNDProperties associated with this DNDAction. |
boolean |
getDragClone()
Returns a flag indicating whether or not the browser should drag a clone of the draggable markup |
boolean |
getMultiselectable()
Return a flag indicating whether or not this DNDSource can be multiselected |
java.lang.String |
getOptionalOnDragHandlerMarkup()
This method returns optional javascript to be invoked at the beginning of a drag operation. |
DNDValidator |
getValidator()
Returns an instance of the DNDValidator for this DNDSource. |
Methods inherited from interface com.ibm.portal.dnd.DNDArea |
---|
getId |
Method Detail |
---|
DNDValidator getValidator()
java.lang.String getOptionalOnDragHandlerMarkup()
DNDProperty[] getDNDProperties()
boolean getDragClone()
java.lang.String getCssClassName()
boolean getMultiselectable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |