| Package | Description |
|---|---|
| com.hybris.cockpitng.dnd | |
| com.hybris.cockpitng.mouse |
| Modifier and Type | Method and Description |
|---|---|
Set<MouseKeys> |
DefaultDragAndDropContext.getKeys() |
Set<MouseKeys> |
DragAndDropContext.getKeys()
Returns keys hold during drag and drop operation.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultDragAndDropContext.Builder |
DefaultDragAndDropContext.Builder.withKeys(Set<MouseKeys> keys) |
| Modifier and Type | Method and Description |
|---|---|
static MouseKeys |
MouseKeys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseKeys[] |
MouseKeys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MouseKeys> |
MouseKeys.fromMouseEvent(org.zkoss.zk.ui.event.MouseEvent event)
Extracts keys pressed from zk
MouseEvent |
static Set<MouseKeys> |
MouseKeys.fromMouseEventMask(int mask)
Extracts keys pressed from zk
MouseEvent |
Copyright © 2018. All rights reserved.