| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.dialog | |
| org.cruxframework.crux.widgets.client.util.draganddrop |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericDragEventHandler.DragAction<D extends GenericDragEventHandler.Draggable<?>>
The contract to implement the logic associated to a drag action
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MoveCapability.Movable<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 moved along the screen
|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDragEventHandler.applyTo(GenericDragEventHandler.Draggable<?> draggable)
Apply this handler to a given draggable
|
Copyright © 2014. All rights reserved.