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
setDimensions
void setDimensions(int w,
int h)
getAbsoluteWidth
int getAbsoluteWidth()
getAbsoluteHeight
int getAbsoluteHeight()
Copyright © 2014. All rights reserved.