| Package | Description |
|---|---|
| org.linkki.framework.ui.dialogs |
| Modifier and Type | Method and Description |
|---|---|
static OkCancelDialog.ButtonOption |
OkCancelDialog.ButtonOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OkCancelDialog.ButtonOption[] |
OkCancelDialog.ButtonOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OkCancelDialog(String caption,
com.vaadin.ui.Component content,
Handler okHandler,
OkCancelDialog.ButtonOption buttonOption)
Creates a new dialog with the given caption.
|
OkCancelDialog(String caption,
Handler okHandler,
OkCancelDialog.ButtonOption buttonOption)
Creates a new dialog with the given caption.
|
Copyright © 2017. All rights reserved.