Package | Description |
---|---|
org.wicketstuff.jwicket | |
org.wicketstuff.jwicket.ui.dragdrop |
Modifier and Type | Method and Description |
---|---|
static CssPosition |
CssPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CssPosition[] |
CssPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DraggableBehavior |
DraggableBehavior.setCursorAt(org.apache.wicket.ajax.AjaxRequestTarget target,
CssPosition position,
int offset) |
DraggableBehavior |
DraggableBehavior.setCursorAt(org.apache.wicket.ajax.AjaxRequestTarget target,
CssPosition position1,
int offset1,
CssPosition position2,
int offset2) |
DraggableBehavior |
DraggableBehavior.setCursorAt(CssPosition position,
int offset)
Sets the 'cursorAt' property for this draggable.
|
DraggableBehavior |
DraggableBehavior.setCursorAt(CssPosition position1,
int offset1,
CssPosition position2,
int offset2)
Sets the 'cursorAt' property for this draggable.
|
Copyright © 2015. All rights reserved.