| Interface | Description |
|---|---|
| InputDialog.Binder |
GWT binder.
|
| InputDialog.Item |
The root interface of the input dialog model.
|
| MessageDialogPresenter.MyView |
The presenter's view.
|
| MessageDialogView.Binder |
GWT binder.
|
| ModalDialogs |
A facade to the common modal dialogs implementation.
|
| Class | Description |
|---|---|
| DialogsModule |
GWT module for common modal dialogs.
|
| InputDialog |
Generic input data dialog.
|
| InputDialog.Field<ValType> |
A single input dialog field.
|
| InputDialog.Group |
The root interface for items having other sub items.
|
| InputDialog.MultiSelectField |
Multi selection field.
|
| InputDialog.Panel |
Group of items positioned on a single form panel.
|
| InputDialog.SelectField |
Select input field.
|
| InputDialog.SensitiveBlankValidatorWrapper |
This class wraps any validator and relaxes its validation logic in such a way that
it always considers the disabled editor valid.
|
| InputDialog.Span |
Group of items spanning one line.
|
| InputDialog.WidgetItem |
Field item wrapping arbitrary widget.
|
| MessageDialogPresenter |
Presenter for common message dialogs.
|
| MessageDialogView |
Message modal dialog.
|
| ModalViewWithUiHandlers<C extends com.gwtplatform.mvp.client.UiHandlers> |
ModalViewWithUiHandlers represents a base view for modal dialogs having a common parent view
and controller.
|
| Enum | Description |
|---|---|
| MessageType |
Modal dialog message types.
|