Home | Trees | Indices | Help |
|
---|
|
object --+ | IDropHandler
DropHandlers contain the actual business logic for drag and drop operations.
The drop method is used to receive the transferred data and the getAcceptCriterion method contains the (possibly client side verifiable) criterion whether the dragged data will be handled at all.
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Drop method is called when the end user has finished the drag
operation on a
|
Returns the Based on information from Muntjac contains a variety of criteria built in that can be composed to more complex criterion. If the build in criteria are not enough, developer can use a ServerSideCriterion or build own custom criterion with client side counterpart. If developer wants to handle everything in the drop method, AcceptAll instance can be returned.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:51 2013 | http://epydoc.sourceforge.net |