|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationWidgetComparator | |
---|---|
com.allen_sauer.gwt.dnd.client.drop | Classes related to drop targets. |
com.allen_sauer.gwt.dnd.client.util | Utility classes for drag-and-drop. |
com.sage.swt.client.widget.dnd | Contains classes for drag and drop that extend the allen_sauer library. |
Uses of LocationWidgetComparator in com.allen_sauer.gwt.dnd.client.drop |
---|
Methods in com.allen_sauer.gwt.dnd.client.drop that return LocationWidgetComparator | |
---|---|
protected LocationWidgetComparator |
VerticalPanelDropController.getLocationWidgetComparator()
|
protected LocationWidgetComparator |
IndexedDropController.getLocationWidgetComparator()
Deprecated. |
protected LocationWidgetComparator |
HorizontalPanelDropController.getLocationWidgetComparator()
|
protected LocationWidgetComparator |
FlowPanelDropController.getLocationWidgetComparator()
|
protected abstract LocationWidgetComparator |
AbstractInsertPanelDropController.getLocationWidgetComparator()
Required implementation method which provides the desired comparator strategy. |
protected abstract LocationWidgetComparator |
AbstractIndexedDropController.getLocationWidgetComparator()
Deprecated. Required implementation method which provides the desired comparator strategy. |
Uses of LocationWidgetComparator in com.allen_sauer.gwt.dnd.client.util |
---|
Fields in com.allen_sauer.gwt.dnd.client.util declared as LocationWidgetComparator | |
---|---|
static LocationWidgetComparator |
LocationWidgetComparator.BOTTOM_HALF_COMPARATOR
|
static LocationWidgetComparator |
LocationWidgetComparator.BOTTOM_RIGHT_COMPARATOR
|
static LocationWidgetComparator |
LocationWidgetComparator.RIGHT_HALF_COMPARATOR
|
Methods in com.allen_sauer.gwt.dnd.client.util with parameters of type LocationWidgetComparator | |
---|---|
static int |
DOMUtil.findIntersect(com.google.gwt.user.client.ui.IndexedPanel parent,
Location location,
LocationWidgetComparator comparator)
Find child widget intersection at the provided location using the provided comparator strategy. |
Uses of LocationWidgetComparator in com.sage.swt.client.widget.dnd |
---|
Methods in com.sage.swt.client.widget.dnd that return LocationWidgetComparator | |
---|---|
protected LocationWidgetComparator |
SwtCellPanelDropController.getLocationWidgetComparator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |