|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VerticalDropLocation | |
|---|---|
| com.vaadin.terminal.gwt.client.ui | |
| com.vaadin.terminal.gwt.client.ui.dd | |
| com.vaadin.ui | |
| Uses of VerticalDropLocation in com.vaadin.terminal.gwt.client.ui |
|---|
| Fields in com.vaadin.terminal.gwt.client.ui declared as VerticalDropLocation | |
|---|---|
protected VerticalDropLocation |
VDragAndDropWrapper.verticalDropLocation
|
| Methods in com.vaadin.terminal.gwt.client.ui that return VerticalDropLocation | |
|---|---|
VerticalDropLocation |
VTree.TreeNode.getDropDetail(com.google.gwt.dom.client.NativeEvent currentGwtEvent)
|
| Methods in com.vaadin.terminal.gwt.client.ui with parameters of type VerticalDropLocation | |
|---|---|
protected void |
VTree.TreeNode.emphasis(VerticalDropLocation detail)
|
| Uses of VerticalDropLocation in com.vaadin.terminal.gwt.client.ui.dd |
|---|
| Methods in com.vaadin.terminal.gwt.client.ui.dd that return VerticalDropLocation | |
|---|---|
static VerticalDropLocation |
DDUtil.getVerticalDropLocation(com.google.gwt.user.client.Element element,
int clientY,
double topBottomRatio)
Deprecated. use the version with the actual event instead of detected clientY value |
static VerticalDropLocation |
DDUtil.getVerticalDropLocation(com.google.gwt.user.client.Element element,
int offsetHeight,
int clientY,
double topBottomRatio)
|
static VerticalDropLocation |
DDUtil.getVerticalDropLocation(com.google.gwt.user.client.Element element,
int offsetHeight,
com.google.gwt.dom.client.NativeEvent event,
double topBottomRatio)
|
static VerticalDropLocation |
DDUtil.getVerticalDropLocation(com.google.gwt.user.client.Element element,
com.google.gwt.dom.client.NativeEvent event,
double topBottomRatio)
|
static VerticalDropLocation |
VerticalDropLocation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VerticalDropLocation[] |
VerticalDropLocation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of VerticalDropLocation in com.vaadin.ui |
|---|
| Methods in com.vaadin.ui that return VerticalDropLocation | |
|---|---|
VerticalDropLocation |
AbstractSelect.AbstractSelectTargetDetails.getDropLocation()
Returns a detailed vertical location where the drop happened on Item. |
VerticalDropLocation |
DragAndDropWrapper.WrapperTargetDetails.getVerticalDropLocation()
|
VerticalDropLocation |
DragAndDropWrapper.WrapperTargetDetails.verticalDropLocation()
Deprecated. use DragAndDropWrapper.WrapperTargetDetails.getVerticalDropLocation() instead |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||