Uses of Interface
org.cruxframework.crux.widgets.client.util.draganddrop.GenericDragEventHandler.Draggable

Packages that use GenericDragEventHandler.Draggable
org.cruxframework.crux.widgets.client.dialog   
org.cruxframework.crux.widgets.client.util.draganddrop   
 

Uses of GenericDragEventHandler.Draggable in org.cruxframework.crux.widgets.client.dialog
 

Classes in org.cruxframework.crux.widgets.client.dialog that implement GenericDragEventHandler.Draggable
 class AbstractDialogBox
          The base implementation for dialog boxes.
 class DialogBox
          A simple dialog box built upon DIV elements.
 class FlatMessageBox
          A simple dialog which shows messages
 class ProgressBox
          A simple dialog which shows a progress message
 

Uses of GenericDragEventHandler.Draggable in org.cruxframework.crux.widgets.client.util.draganddrop
 

Classes in org.cruxframework.crux.widgets.client.util.draganddrop with type parameters of type GenericDragEventHandler.Draggable
static class GenericDragEventHandler.DragAction<D extends GenericDragEventHandler.Draggable<?>>
          The contract to implement the logic associated to a drag action
 

Subinterfaces of GenericDragEventHandler.Draggable in org.cruxframework.crux.widgets.client.util.draganddrop
static interface MoveCapability.Movable<K extends IsWidget & HasAllMouseHandlers>
          The contract to implement a widget which can be moved along the screen
static interface ResizeCapability.Resizable<K extends IsWidget & HasAllMouseHandlers>
          The contract to implement a widget which can be resized
 

Methods in org.cruxframework.crux.widgets.client.util.draganddrop with parameters of type GenericDragEventHandler.Draggable
 void GenericDragEventHandler.applyTo(GenericDragEventHandler.Draggable<?> draggable)
          Apply this handler to a given draggable
 



Copyright © 2015. All rights reserved.