public class ResizeCapability extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResizeCapability.DragResizeAction
The logic needed to resize a widget when user drags a part of it
|
static interface |
ResizeCapability.Resizable<K extends com.google.gwt.user.client.ui.IsWidget & com.google.gwt.event.dom.client.HasAllMouseHandlers>
The contract to implement a widget which can be resized
|
| Constructor and Description |
|---|
ResizeCapability() |
| Modifier and Type | Method and Description |
|---|---|
static void |
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.
|
public static void addResizeCapability(ResizeCapability.Resizable<?> resizable, int minWidth, int minHeight)
movable - Copyright © 2014. All rights reserved.