Package | Description |
---|---|
com.evolveum.midpoint.web.component.button | |
com.evolveum.midpoint.web.component.data.column |
Modifier and Type | Method and Description |
---|---|
static ButtonType |
ButtonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonType[] |
ButtonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AjaxLinkButton(String id,
ButtonType type,
org.apache.wicket.model.IModel<String> label) |
AjaxLinkButton(String id,
ButtonType type,
org.apache.wicket.model.IModel<String> label,
String image) |
AjaxSubmitLinkButton(String id,
ButtonType type,
org.apache.wicket.model.IModel<String> label) |
AjaxSubmitLinkButton(String id,
ButtonType type,
org.apache.wicket.model.IModel<String> label,
String image) |
Modifier and Type | Method and Description |
---|---|
void |
ButtonColumn.setButtonType(ButtonType buttonType) |
Constructor and Description |
---|
ButtonPanel(String id,
org.apache.wicket.model.IModel<String> label,
ButtonType type) |
Copyright © 2013 evolveum. All rights reserved.