| Package | Description |
|---|---|
| to.etc.domui.component.misc |
| Modifier and Type | Method and Description |
|---|---|
MsgBox2 |
MsgBox2.autoClose(boolean auto) |
MsgBox2 |
MsgBox2.button(MsgBoxButton mbb)
Add a default kind of button.
|
MsgBox2 |
MsgBox2.button(String lbl,
Object selval) |
MsgBox2 |
MsgBox2.button(String lbl,
String icon,
Object selval) |
MsgBox2 |
MsgBox2.content(NodeContainer content)
Set the box's content.
|
MsgBox2 |
MsgBox2.continueCancel() |
MsgBox2 |
MsgBox2.error() |
MsgBox2 |
MsgBox2.error(String message) |
<T> MsgBox2 |
MsgBox2.icon(String icon) |
MsgBox2 |
MsgBox2.info() |
MsgBox2 |
MsgBox2.info(String message) |
<T> MsgBox2 |
MsgBox2.input(IControl<T> control,
MsgBox2.IInput<T> onanswer) |
MsgBox2 |
MsgBox2.input(Label label,
NodeBase control)
Add an input line with label and control.
|
<T> MsgBox2 |
MsgBox2.input(String label,
IControl<T> control,
MsgBox2.IInput<T> onanswer) |
MsgBox2 |
MsgBox2.input(String label,
NodeBase control)
Add an input line with label and control.
|
static MsgBox2 |
MsgBox2.on(NodeBase parent)
Create a message box and link it to the page.
|
MsgBox2 |
MsgBox2.onAnswer(IClicked<MsgBox2> clicked) |
MsgBox2 |
MsgBox2.onAnswer(MsgBox2.IAnswer onAnswer) |
MsgBox2 |
MsgBox2.onAnswer(MsgBox2.IAnswer2 onAnswer) |
MsgBox2 |
MsgBox2.question() |
MsgBox2 |
MsgBox2.renderer(INodeContentRenderer<String> cr) |
MsgBox2 |
MsgBox2.size(int w,
int h) |
MsgBox2 |
MsgBox2.text(String txt)
Set the message box's content text.
|
MsgBox2 |
MsgBox2.title(String set) |
MsgBox2 |
MsgBox2.type(MsgBox2.Type type) |
MsgBox2 |
MsgBox2.warning() |
MsgBox2 |
MsgBox2.warning(String message) |
MsgBox2 |
MsgBox2.yesNo() |
| Modifier and Type | Method and Description |
|---|---|
MsgBox2 |
MsgBox2.onAnswer(IClicked<MsgBox2> clicked) |
Copyright © 2017 etc.to. All rights reserved.