| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFloatingLookup<T>
Super class for floating window based lookups.
|
class |
SimpleLookup<T>
Represents simple lookup dialog that enables single item selection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dialog
A base class for retrieving any kind of input from a user.
|
class |
EditDialog<T>
A Dialog that is used to edit some instance of data <T>, containing methods to handle all
parts of the editing process.
|
class |
FloatingWindow
Deprecated.
|
class |
InputDialog<T,C extends NodeBase & IControl<T>>
A Dialog that is used to input single value of type <T>, using input control of type <C>.
|
class |
Window
This is a basic floating window, with a title area, optional fixed content area's
at the top and the bottom, and a scrollable content area in between.
|
| Modifier and Type | Method and Description |
|---|---|
FloatingDiv |
FloatingDiv.modal() |
FloatingDiv |
FloatingDiv.modal(boolean yes) |
FloatingDiv |
FloatingDiv.resizable() |
FloatingDiv |
FloatingDiv.size(int width,
int height) |
FloatingDiv |
FloatingDiv.width(int pxsl) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleSelectionLookup<T>
Dialog that enables multiple lookup selection.
|
class |
SaveSearchFilterDialog |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugWindow |
class |
MsgBox |
class |
MsgBox2
Easier to use MsgBox using Builder pattern.
|
class |
OddCharacters |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeSelectionWindow<T>
A popup window that shows a tree and lets the user select one entry from it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLookupInputDialog<QT,OT> |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.internalRemoveFloater(FloatingDiv floater)
Callback called by a floating window when it is removed from the page.
|
Copyright © 2017 etc.to. All rights reserved.