public abstract class AbstractInputButtonWithDialog extends ListButton
MODE_ADD
or MODE_MODIFY
.Modifier and Type | Field and Description |
---|---|
static int |
MODE_ADD
Action mode
ADD : content is added as a new entry of the list. |
static int |
MODE_MODIFY
Action mode
MODIFY : current selected item of the list is modified. |
Constructor and Description |
---|
AbstractInputButtonWithDialog(String buttonText,
int mode,
String dialogTitle) |
setButtonText, setTooltipText
public static final int MODE_ADD
ADD
: content is added as a new entry of the list.public static final int MODE_MODIFY
MODIFY
: current selected item of the list is modified.