public interface DnDTargetChecker
Modifier and Type | Method and Description |
---|---|
boolean |
update(DnDEvent event) |
boolean update(DnDEvent event)
event
- Drag-n-Drop eventtrue
- if this target is unable to handle the event and parent component should be asked to process it.
false
- if this target is able to handle the event and parent component should NOT be asked to process it.DnDEvent.setDropPossible(boolean, String)
,
DnDEvent.setDropPossible(String, DropActionHandler)