|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.dd.VAcceptCriterion
com.vaadin.client.ui.dd.VOr
public final class VOr
| Constructor Summary | |
|---|---|
VOr()
|
|
| Method Summary | |
|---|---|
protected boolean |
accept(VDragEvent drag,
UIDL configuration)
|
void |
accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Checks if current drag event has valid drop target and target accepts the transferable. |
void |
accepted(VDragEvent event)
This method is called by VDragAndDropManager if the
VDragEvent is still active. |
boolean |
needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VOr()
| Method Detail |
|---|
public void accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
VAcceptCriterion
accept in class VAcceptCriterion
public boolean needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
needsServerSideCheck in class VAcceptCriterion
protected boolean accept(VDragEvent drag,
UIDL configuration)
accept in class VAcceptCriterionpublic void accepted(VDragEvent event)
VAcceptCallbackVDragAndDropManager if the
VDragEvent is still active. Developer can update for example drag
icon or empahsis the target if the target accepts the transferable. If
the drag and drop operation ends or the VAbstractDropHandler has
changed before response arrives, the method is never called.
accepted in interface VAcceptCallback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||