| Package | Description |
|---|---|
| org.opensingular.lib.wicket.util.modal |
| Modifier and Type | Method and Description |
|---|---|
static BSModalBorder.ButtonStyle |
BSModalBorder.ButtonStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BSModalBorder.ButtonStyle[] |
BSModalBorder.ButtonStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BSModalBorder |
BSModalBorder.addButton(BSModalBorder.ButtonStyle style,
org.apache.wicket.ajax.markup.html.form.AjaxButton button) |
BSModalWindow |
BSModalWindow.addButton(BSModalBorder.ButtonStyle style,
org.apache.wicket.ajax.markup.html.form.AjaxButton button) |
BSModalWindow |
BSModalWindow.addButton(BSModalBorder.ButtonStyle style,
org.apache.wicket.model.IModel<String> label,
org.apache.wicket.ajax.markup.html.form.AjaxButton button) |
BSModalBorder |
BSModalBorder.addButton(BSModalBorder.ButtonStyle style,
org.apache.wicket.model.IModel<String> label,
org.apache.wicket.markup.html.form.Button button) |
BSModalBorder |
BSModalBorder.addButton(BSModalBorder.ButtonStyle style,
String labelKey,
org.apache.wicket.ajax.markup.html.form.AjaxButton button) |
<T> BSModalWindow |
BSModalWindow.addLink(BSModalBorder.ButtonStyle style,
ActionAjaxLink<T> button) |
BSModalBorder |
BSModalBorder.addLink(BSModalBorder.ButtonStyle style,
org.apache.wicket.ajax.markup.html.AjaxLink<?> button) |
<T> BSModalWindow |
BSModalWindow.addLink(BSModalBorder.ButtonStyle style,
org.apache.wicket.model.IModel<String> label,
ActionAjaxLink<T> button) |
BSModalBorder |
BSModalBorder.addLink(BSModalBorder.ButtonStyle style,
org.apache.wicket.model.IModel<String> label,
org.apache.wicket.ajax.markup.html.AjaxLink<?> button) |
BSModalBorder |
BSModalBorder.addLink(BSModalBorder.ButtonStyle style,
String labelKey,
org.apache.wicket.ajax.markup.html.AjaxLink<?> button) |
Copyright © 2018. All rights reserved.