Uses of Interface
org.cruxframework.crux.widgets.client.util.draganddrop.ResizeCapability.Resizable

Packages that use ResizeCapability.Resizable
org.cruxframework.crux.widgets.client.dialog   
org.cruxframework.crux.widgets.client.util.draganddrop   
 

Uses of ResizeCapability.Resizable in org.cruxframework.crux.widgets.client.dialog
 

Classes in org.cruxframework.crux.widgets.client.dialog that implement ResizeCapability.Resizable
 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 ResizeCapability.Resizable in org.cruxframework.crux.widgets.client.util.draganddrop
 

Methods in org.cruxframework.crux.widgets.client.util.draganddrop with parameters of type ResizeCapability.Resizable
static void ResizeCapability.addResizeCapability(ResizeCapability.Resizable<?> resizable, int minWidth, int minHeight)
          Makes a widget able to be resized by dragging a part of it, usually a right bottom corner.
 

Constructors in org.cruxframework.crux.widgets.client.util.draganddrop with parameters of type ResizeCapability.Resizable
ResizeCapability.DragResizeAction(ResizeCapability.Resizable<?> resizable, int minWidth, int minHeight)
           
 



Copyright © 2015. All rights reserved.