org.cruxframework.crux.widgets.client.util.draganddrop
Interface ResizeCapability.Resizable<K extends com.google.gwt.user.client.ui.IsWidget & com.google.gwt.event.dom.client.HasAllMouseHandlers>

All Superinterfaces:
GenericDragEventHandler.Draggable<K>
All Known Implementing Classes:
AbstractDialogBox, DialogBox, FlatMessageBox, ProgressBox
Enclosing class:
ResizeCapability

public static interface ResizeCapability.Resizable<K extends com.google.gwt.user.client.ui.IsWidget & com.google.gwt.event.dom.client.HasAllMouseHandlers>
extends GenericDragEventHandler.Draggable<K>

The contract to implement a widget which can be resized

Author:
Gesse Dafe

Method Summary
 int getAbsoluteHeight()
           
 int getAbsoluteWidth()
           
 void setDimensions(int w, int h)
           
 
Methods inherited from interface org.cruxframework.crux.widgets.client.util.draganddrop.GenericDragEventHandler.Draggable
getHandle
 

Method Detail

setDimensions

void setDimensions(int w,
                   int h)

getAbsoluteWidth

int getAbsoluteWidth()

getAbsoluteHeight

int getAbsoluteHeight()


Copyright © 2015. All rights reserved.