- DEBUG - Static variable in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Whether or not debugging is enabled.
- debugWidgetWithColor(Widget, String) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Set a widget's border style for debugging purposes.
- DEMO_CLIENT_PACKAGE - Static variable in class com.allen_sauer.gwt.dnd.demo.client.util.GWTUtil
-
- DemoDragHandler - Class in com.allen_sauer.gwt.dnd.demo.client
-
Shared drag handler which display events as they are received by the various drag controllers.
- describe(Class<?>[], String) - Static method in class com.allen_sauer.gwt.dnd.demo.client.ExampleTabPanel
-
Describe an example in a consistent way by including a description and the name of the
DropController
used in the example.
- desiredDraggableX - Variable in class com.allen_sauer.gwt.dnd.client.DragContext
-
Desired x coordinate of draggable due to mouse dragging.
- desiredDraggableY - Variable in class com.allen_sauer.gwt.dnd.client.DragContext
-
Desired y coordinate of draggable due to mouse dragging.
- distanceToEdge(Location) - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
- distanceToEdge(Location) - Method in interface com.allen_sauer.gwt.dnd.client.util.Area
-
Determine the shortest distance from the location to the edge of the area.
- DOMUtil - Class in com.allen_sauer.gwt.dnd.client.util
-
Provides DOM utility methods.
- DOMUtil() - Constructor for class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
- DOMUtilImpl - Class in com.allen_sauer.gwt.dnd.client.util.impl
-
- DOMUtilImpl() - Constructor for class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
-
- DOMUtilImplIE6 - Class in com.allen_sauer.gwt.dnd.client.util.impl
-
- DOMUtilImplIE6() - Constructor for class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplIE6
-
- DOMUtilImplMozilla - Class in com.allen_sauer.gwt.dnd.client.util.impl
-
DOMUtil
implementation for Mozilla.
- DOMUtilImplMozilla() - Constructor for class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplMozilla
-
- DOMUtilImplOpera - Class in com.allen_sauer.gwt.dnd.client.util.impl
-
- DOMUtilImplOpera() - Constructor for class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplOpera
-
- DOMUtilImplSafari - Class in com.allen_sauer.gwt.dnd.client.util.impl
-
- DOMUtilImplSafari() - Constructor for class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplSafari
-
- DOMUtilImplStandard - Class in com.allen_sauer.gwt.dnd.client.util.impl
-
DOMUtil
implementation for standard browsers.
- DOMUtilImplStandard() - Constructor for class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplStandard
-
- DragClientBundle - Interface in com.allen_sauer.gwt.dnd.client.util
-
- DragClientBundle.DragCssResource - Interface in com.allen_sauer.gwt.dnd.client.util
-
- DragContext - Class in com.allen_sauer.gwt.dnd.client
-
Container class for context information about the current drag operation.
- dragController - Variable in class com.allen_sauer.gwt.dnd.client.DragContext
-
The DragController for which this context exists.
- DragController - Interface in com.allen_sauer.gwt.dnd.client
-
Common interface which all drag controllers must implement.
- DragDropDemo - Class in com.allen_sauer.gwt.dnd.demo.client
-
EntryPoint class for demonstrating and testing gwt-dnd.
- DragDropDemo() - Constructor for class com.allen_sauer.gwt.dnd.demo.client.DragDropDemo
-
- dragEnd() - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- dragEnd() - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Callback method for MouseDragHandler
.
- dragEnd() - Method in class com.allen_sauer.gwt.dnd.client.PickupDragController
-
- dragEnd() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.flextable.FlexTableRowDragController
-
- dragEndCleanup() - Method in class com.allen_sauer.gwt.dnd.client.DragContext
-
Called by MouseDragHandler.dragEndCleanup()
at the end of a drag operation to cleanup
state.
- DragEndEvent - Class in com.allen_sauer.gwt.dnd.client
-
EventObject
containing information about the end of a drag.
- DragEndEvent(DragContext) - Constructor for class com.allen_sauer.gwt.dnd.client.DragEndEvent
-
- DragEntryPoint - Class in com.allen_sauer.gwt.dnd.client.util
-
Global initialization for gwt-dnd.
- DragEntryPoint() - Constructor for class com.allen_sauer.gwt.dnd.client.util.DragEntryPoint
-
- draggable - Variable in class com.allen_sauer.gwt.dnd.client.DragContext
-
The primary widget currently being dragged or null
when not dragging.
- draggable() - Method in interface com.allen_sauer.gwt.dnd.client.util.DragClientBundle.DragCssResource
-
- DraggableFactory - Class in com.allen_sauer.gwt.dnd.demo.client.example
-
Shared utility methods to produce draggable widgets.
- DraggableFactory() - Constructor for class com.allen_sauer.gwt.dnd.demo.client.example.DraggableFactory
-
- dragging() - Method in interface com.allen_sauer.gwt.dnd.client.util.DragClientBundle.DragCssResource
-
- DragHandleExample - Class in com.allen_sauer.gwt.dnd.demo.client.example.draghandle
-
Example illustrating drag handles, so that widgets inside draggable can still interact normally
with the mouse.
- DragHandleExample(DemoDragHandler) - Constructor for class com.allen_sauer.gwt.dnd.demo.client.example.draghandle.DragHandleExample
-
- DragHandler - Interface in com.allen_sauer.gwt.dnd.client
-
EventListener
interface for drag-and-drop events.
- DragHandlerAdapter - Class in com.allen_sauer.gwt.dnd.client
-
Convenience class for anonymous inner classes not wishing to define all methods required by the
DragHandler
interface.
- DragHandlerAdapter() - Constructor for class com.allen_sauer.gwt.dnd.client.DragHandlerAdapter
-
- DragHandlerCollection - Class in com.allen_sauer.gwt.dnd.client
-
- DragHandlerCollection() - Constructor for class com.allen_sauer.gwt.dnd.client.DragHandlerCollection
-
- dragMove() - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Callback method for MouseDragHandler
.
- dragMove() - Method in class com.allen_sauer.gwt.dnd.client.PickupDragController
-
- dragStart() - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- dragStart() - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Callback method for MouseDragHandler
when a drag operation is initiated for this drag
controller.
- dragStart() - Method in class com.allen_sauer.gwt.dnd.client.PickupDragController
-
- dragStartCleanup() - Method in class com.allen_sauer.gwt.dnd.client.DragContext
-
Called by MouseDragHandler.startDragging()
at the start of a drag operation to initialize
state.
- DragStartEvent - Class in com.allen_sauer.gwt.dnd.client
-
EventObject
containing information about the start of a drag.
- DragStartEvent(DragContext) - Constructor for class com.allen_sauer.gwt.dnd.client.DragStartEvent
-
- drop(Widget, int, int) - Method in class com.allen_sauer.gwt.dnd.client.drop.AbsolutePositionDropController
-
Programmatically drop a widget on our drop target while obeying the constraints of this
controller.
- drop(Widget, int, int) - Method in class com.allen_sauer.gwt.dnd.client.drop.GridConstrainedDropController
-
- dropController - Variable in class com.allen_sauer.gwt.dnd.client.DragContext
-
The currently engaged drop controller or null
when not dragging, or when the drag
controller does not utilize drop controllers.
- DropController - Interface in com.allen_sauer.gwt.dnd.client.drop
-
Create a DropController for each drop target on which draggable widgets can be dropped.
- dropTarget - Variable in class com.allen_sauer.gwt.dnd.client.drop.AbstractInsertPanelDropController
-
Our drop target.
- dropTarget() - Method in interface com.allen_sauer.gwt.dnd.client.util.DragClientBundle.DragCssResource
-
CSS style name applied to drop targets.
- dropTargetEngage() - Method in interface com.allen_sauer.gwt.dnd.client.util.DragClientBundle.DragCssResource
-
CSS style name which is applied to drop targets which are being actively engaged by the
current drag operation.
- DualListBox - Class in com.allen_sauer.gwt.dnd.demo.client.example.duallist
-
- DualListBox(int, String) - Constructor for class com.allen_sauer.gwt.dnd.demo.client.example.duallist.DualListBox
-
- DualListExample - Class in com.allen_sauer.gwt.dnd.demo.client.example.duallist
-
Example illustrating selection by clicking or dragging of items between two lists.
- DualListExample(DemoDragHandler) - Constructor for class com.allen_sauer.gwt.dnd.demo.client.example.duallist.DualListExample
-
- getBehaviorBoundaryPanelDrop() - Method in class com.allen_sauer.gwt.dnd.client.drop.BoundaryDropController
-
Whether or not dropping on the boundary panel is permitted.
- getBehaviorBoundaryPanelDrop() - Method in class com.allen_sauer.gwt.dnd.client.PickupDragController
-
Whether or not dropping on the boundary panel is permitted.
- getBehaviorCancelDocumentSelections() - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- getBehaviorCancelDocumentSelections() - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Whether or not any selected regions should be unselected by dragging.
- getBehaviorConstrainedToBoundaryPanel() - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- getBehaviorConstrainedToBoundaryPanel() - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Determine whether or not drag operations are constrained to the boundary panel.
- getBehaviorDragProxy() - Method in class com.allen_sauer.gwt.dnd.client.PickupDragController
-
Determine whether or not this controller automatically creates a drag proxy for each drag
operation.
- getBehaviorDragStartSensitivity() - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- getBehaviorDragStartSensitivity() - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Gets the number of pixels the mouse must be moved to initiate a drag operation.
- getBehaviorMultipleSelection() - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- getBehaviorMultipleSelection() - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Determines whether multiple widget selection behavior is enabled.
- getBehaviorScrollIntoView() - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- getBehaviorScrollIntoView() - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Determines whether containing panels and the browser window should be scrolled during dragging
in order to keep draggable widgets visible.
- getBorderLeft(Element) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Gets an element's CSS based 'border-left-width' in pixels or 0
(zero) when the
element is hidden.
- getBorderLeft(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
-
- getBorderLeft(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplIE6
-
- getBorderLeft(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplSafari
-
- getBorderLeft(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplStandard
-
- getBorderTop(Element) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Gets an element's CSS based 'border-top-widget' in pixels or 0
(zero) when the
element is hidden.
- getBorderTop(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
-
- getBorderTop(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplIE6
-
- getBorderTop(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplSafari
-
- getBorderTop(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplStandard
-
- getBottom() - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
- getBottom() - Method in interface com.allen_sauer.gwt.dnd.client.util.Area
-
Get the area's bottom coordinate in pixels.
- getBoundaryPanel() - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- getBoundaryPanel() - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Get the boundary panel provided in the constructor.
- getCenter() - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
- getCenter() - Method in interface com.allen_sauer.gwt.dnd.client.util.Area
-
Get the area's center Location.
- getClassAnchorHTML(Class<?>) - Static method in class com.allen_sauer.gwt.dnd.demo.client.util.GWTUtil
-
Determine Subversion URL for provided class literal, to be used in HTML anchors.
- getClientHeight(Element) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Gets an element's client height in pixels or 0
(zero) when the element is hidden.
- getClientHeight(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
-
- getClientHeight(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplIE6
-
- getClientHeight(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplSafari
-
- getClientHeight(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplStandard
-
- getClientWidth(Element) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Gets an element's client widget in pixels or 0
(zero) when the element is hidden.
- getClientWidth(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
-
- getClientWidth(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplIE6
-
- getClientWidth(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplSafari
-
- getClientWidth(Element) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImplStandard
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.absolute.AbsolutePositionExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.bin.BinExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.clicktouch.ClickTouchExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.draghandle.DragHandleExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.duallist.DualListExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.Example
-
Get a brief description of this example.
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.flextable.FlexTableRowExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.flowpanel.FlowPanelExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.grid.GridConstrainedExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.insertpanel.InsertPanelExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.matryoshka.MatryoshkaExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.palette.PaletteExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.puzzle.PuzzleExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.resetcache.ResetCacheExample
-
- getDescription() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.window.WindowExample
-
- getDragController() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.duallist.DualListBox
-
- getDragController() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.Example
-
Get our DragController.
- getDragHandle() - Method in interface com.allen_sauer.gwt.dnd.client.HasDragHandle
-
Method to return drag handle widget.
- getDragHandle() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.palette.PaletteWidget
-
- getDropTarget() - Method in class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
-
- getDropTarget() - Method in interface com.allen_sauer.gwt.dnd.client.drop.DropController
-
Retrieve our drop target widget.
- getEffectiveStyle(Element, String) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
- getEffectiveStyle(Element, String) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
-
From http://code.google.com/p/doctype/wiki/ArticleComputedStyle
- getHeight() - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
- getHeight() - Method in interface com.allen_sauer.gwt.dnd.client.util.Area
-
Get the area's height.
- getHistoryToken() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.Example
-
- getHorizontalBorders(Widget) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Gets the sum of an element's left and right CSS borders in pixels.
- getHorizontalBorders(Widget) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.absolute.AbsolutePositionExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.bin.BinExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.clicktouch.ClickTouchExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.draghandle.DragHandleExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.duallist.DualListExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.Example
-
Return the classes involved in this example.
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.flextable.FlexTableRowExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.flowpanel.FlowPanelExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.grid.GridConstrainedExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.insertpanel.InsertPanelExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.matryoshka.MatryoshkaExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.palette.PaletteExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.puzzle.PuzzleExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.resetcache.ResetCacheExample
-
- getInvolvedClasses() - Method in class com.allen_sauer.gwt.dnd.demo.client.example.window.WindowExample
-
- getLeft() - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
- getLeft() - Method in interface com.allen_sauer.gwt.dnd.client.util.Area
-
Get the area's left coordinate in pixels.
- getLeft() - Method in class com.allen_sauer.gwt.dnd.client.util.CoordinateLocation
-
- getLeft() - Method in interface com.allen_sauer.gwt.dnd.client.util.Location
-
Get x coordinate.
- getLeft() - Method in class com.allen_sauer.gwt.dnd.client.util.WidgetLocation
-
- getLocationWidgetComparator() - Method in class com.allen_sauer.gwt.dnd.client.drop.AbstractIndexedDropController
-
Deprecated.
Required implementation method which provides the desired comparator strategy.
- getLocationWidgetComparator() - Method in class com.allen_sauer.gwt.dnd.client.drop.AbstractInsertPanelDropController
-
Required implementation method which provides the desired comparator strategy.
- getLocationWidgetComparator() - Method in class com.allen_sauer.gwt.dnd.client.drop.FlowPanelDropController
-
- getLocationWidgetComparator() - Method in class com.allen_sauer.gwt.dnd.client.drop.HorizontalPanelDropController
-
- getLocationWidgetComparator() - Method in class com.allen_sauer.gwt.dnd.client.drop.IndexedDropController
-
Deprecated.
- getLocationWidgetComparator() - Method in class com.allen_sauer.gwt.dnd.client.drop.VerticalPanelDropController
-
- getNodeName(Element) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Determine an element's node name via the nodeName
property.
- getPackageName(Class<?>) - Static method in class com.allen_sauer.gwt.dnd.demo.client.util.GWTUtil
-
Determine the java package name for the provided class literal.
- getRight() - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
- getRight() - Method in interface com.allen_sauer.gwt.dnd.client.util.Area
-
Get the area's right coordinate in pixels.
- getSelectedWidgets() - Method in class com.allen_sauer.gwt.dnd.client.PickupDragController
-
Retrieve currently selected widgets.
- getShortTypeName(Class<?>) - Static method in class com.allen_sauer.gwt.dnd.client.util.StringUtil
-
Determined a short name from a class.
- getShortTypeName(Object) - Static method in class com.allen_sauer.gwt.dnd.client.util.StringUtil
-
Return short classname of obj
.
- getSize() - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
- getSize() - Method in interface com.allen_sauer.gwt.dnd.client.util.Area
-
Determine area (width * height).
- getTabCount() - Method in class com.allen_sauer.gwt.dnd.demo.client.ui.MultiRowTabPanel
-
- getTop() - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
- getTop() - Method in interface com.allen_sauer.gwt.dnd.client.util.Area
-
Get the area's top coordinate in pixels.
- getTop() - Method in class com.allen_sauer.gwt.dnd.client.util.CoordinateLocation
-
- getTop() - Method in interface com.allen_sauer.gwt.dnd.client.util.Location
-
Get the y coordinate.
- getTop() - Method in class com.allen_sauer.gwt.dnd.client.util.WidgetLocation
-
- getVerticalBorders(Widget) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Gets the sum of an element's top and bottom CSS borders in pixels.
- getVerticalBorders(Widget) - Method in class com.allen_sauer.gwt.dnd.client.util.impl.DOMUtilImpl
-
- getWidth() - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
- getWidth() - Method in interface com.allen_sauer.gwt.dnd.client.util.Area
-
Get the area's width.
- GREEN - Static variable in class com.allen_sauer.gwt.dnd.demo.client.DemoDragHandler
-
CSS green.
- GridConstrainedDropController - Class in com.allen_sauer.gwt.dnd.client.drop
-
A
DropController
which constrains the placement of draggable widgets the grid specified
in the constructor.
- GridConstrainedDropController(AbsolutePanel, int, int) - Constructor for class com.allen_sauer.gwt.dnd.client.drop.GridConstrainedDropController
-
- GridConstrainedExample - Class in com.allen_sauer.gwt.dnd.demo.client.example.grid
-
- GridConstrainedExample(PickupDragController) - Constructor for class com.allen_sauer.gwt.dnd.demo.client.example.grid.GridConstrainedExample
-
- GWTUtil - Class in com.allen_sauer.gwt.dnd.demo.client.util
-
Shared utility methods for examples.
- GWTUtil() - Constructor for class com.allen_sauer.gwt.dnd.demo.client.util.GWTUtil
-
- saveSelectedWidgetsLocationAndStyle() - Method in class com.allen_sauer.gwt.dnd.client.PickupDragController
-
Save the selected widgets' current location in case they much be restored due to a cancelled
drop.
- selected() - Method in interface com.allen_sauer.gwt.dnd.client.util.DragClientBundle.DragCssResource
-
- selectedWidgets - Variable in class com.allen_sauer.gwt.dnd.client.DragContext
-
List of currently selected widgets.
- selectTab(int) - Method in class com.allen_sauer.gwt.dnd.demo.client.ui.MultiRowTabPanel
-
- selectTabByHistoryToken(String) - Method in class com.allen_sauer.gwt.dnd.demo.client.ui.MultiRowTabPanel
-
- setBehaviorBoundaryPanelDrop(boolean) - Method in class com.allen_sauer.gwt.dnd.client.drop.BoundaryDropController
-
Set whether or not widgets may be dropped anywhere on the boundary panel.
- setBehaviorBoundaryPanelDrop(boolean) - Method in class com.allen_sauer.gwt.dnd.client.PickupDragController
-
Set whether or not widgets may be dropped anywhere on the boundary panel.
- setBehaviorCancelDocumentSelections(boolean) - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- setBehaviorCancelDocumentSelections(boolean) - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Set whether or not document selections should be canceled by dragging.
- setBehaviorConstrainedToBoundaryPanel(boolean) - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- setBehaviorConstrainedToBoundaryPanel(boolean) - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Set whether or not movable widget is to be constrained to the boundary panel during dragging.
- setBehaviorDragProxy(boolean) - Method in class com.allen_sauer.gwt.dnd.client.PickupDragController
-
Set whether or not this controller should automatically create a drag proxy for each drag
operation.
- setBehaviorDragProxy(boolean) - Method in class com.allen_sauer.gwt.dnd.demo.client.example.flextable.FlexTableRowDragController
-
- setBehaviorDragStartSensitivity(int) - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- setBehaviorDragStartSensitivity(int) - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Sets the number of pixels the mouse must be moved in either horizontal or vertical direction in
order to initiate a drag operation.
- setBehaviorMultipleSelection(boolean) - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- setBehaviorMultipleSelection(boolean) - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Sets whether multiple widgets can be selected for dragging at one time via CTRL
/
META
-click.
- setBehaviorScrollIntoView(boolean) - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- setBehaviorScrollIntoView(boolean) - Method in interface com.allen_sauer.gwt.dnd.client.DragController
-
Set whether or not to scroll containing panels and the browser window during drag operations in
order to keep the draggable widgets visible.
- setBottom(int) - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
Set bottom coordinate.
- setCellStyleName(Widget, String) - Method in class com.allen_sauer.gwt.dnd.demo.client.ui.StylableVerticalPanel
-
- setConstrainWidgetToBoundaryPanel(boolean) - Method in class com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- setLeft(int) - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
Set left coordinate.
- setPixelSize(int, int) - Method in class com.allen_sauer.gwt.dnd.demo.client.example.palette.PaletteWidget
-
Let shim size match our size.
- setRight(int) - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
Set right coordinate.
- setSize(String, String) - Method in class com.allen_sauer.gwt.dnd.demo.client.example.palette.PaletteWidget
-
Let shim size match our size.
- setStatus(String) - Static method in class com.allen_sauer.gwt.dnd.client.util.DOMUtil
-
Set the browser's status bar text, if supported and enabled in the client browser.
- setText(String) - Method in class com.allen_sauer.gwt.dnd.demo.client.example.clicktouch.ClickTouchButton
-
- setTop(int) - Method in class com.allen_sauer.gwt.dnd.client.util.AbstractArea
-
Set top coordinate.
- SetWidgetDropController - Class in com.allen_sauer.gwt.dnd.demo.client.example.puzzle
-
DropController which allows a widget to be dropped on a SimplePanel drop target when the drop
target does not yet have a child widget.
- SetWidgetDropController(SimplePanel) - Constructor for class com.allen_sauer.gwt.dnd.demo.client.example.puzzle.SetWidgetDropController
-
- SimpleDropController - Class in com.allen_sauer.gwt.dnd.client.drop
-
- SimpleDropController(Widget) - Constructor for class com.allen_sauer.gwt.dnd.client.drop.SimpleDropController
-
- StringUtil - Class in com.allen_sauer.gwt.dnd.client.util
-
Shared String utility methods.
- StringUtil() - Constructor for class com.allen_sauer.gwt.dnd.client.util.StringUtil
-
- StylableVerticalPanel - Class in com.allen_sauer.gwt.dnd.demo.client.ui
-
- StylableVerticalPanel() - Constructor for class com.allen_sauer.gwt.dnd.demo.client.ui.StylableVerticalPanel
-