| Package | Description |
|---|---|
| to.etc.domui.component.layout | |
| to.etc.domui.component.lookup | |
| to.etc.domui.component2.lookupinput |
| Modifier and Type | Class and Description |
|---|---|
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 |
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>.
|
| Modifier and Type | Method and Description |
|---|---|
Dialog |
Dialog.modal() |
Dialog |
Dialog.modal(boolean yes) |
Dialog |
Dialog.resizable() |
Dialog |
Dialog.size(int width,
int height) |
Dialog |
Dialog.title(String set) |
| Modifier and Type | Class and Description |
|---|---|
class |
SaveSearchFilterDialog |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLookupInputDialog<QT,OT> |
| Modifier and Type | Method and Description |
|---|---|
<A,B,L extends LookupInputBase2<A,B>> |
DefaultPopupOpener.createDialog(L control,
ITableModel<B> initialModel,
IExecute callOnWindowClose) |
<A,B,L extends LookupInputBase2<A,B>> |
LookupInputBase2.IPopupOpener.createDialog(L control,
ITableModel<B> initialModel,
IExecute callOnWindowClose) |
| Modifier and Type | Method and Description |
|---|---|
INotify<Dialog> |
LookupInputBase2.getOnPopupOpen() |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupInputBase2.setOnPopupOpen(INotify<Dialog> onPopupOpen) |
Copyright © 2017 etc.to. All rights reserved.