public class DragStartedEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
DragStartedEvent(org.zkoss.zk.ui.Component target,
boolean ctrlKey,
boolean altKey,
boolean shiftKey)
Instantiates a new drag started event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isWithAltKey() |
boolean |
isWithCtrlKey() |
boolean |
isWithShiftKey() |
public DragStartedEvent(org.zkoss.zk.ui.Component target, boolean ctrlKey, boolean altKey, boolean shiftKey)
target
- the target componentctrlKey
- if ctrl key was pressedaltKey
- if alt key was pressedshiftKey
- if shift key was pressedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.