| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.button |
| Modifier and Type | Method and Description |
|---|---|
ButtonBehavior |
ButtonBehavior.setDisabled(boolean disabled)
Disables (true) or enables (false) the button.
|
ButtonBehavior |
ButtonBehavior.setIcons(ButtonIcon icons)
Icons to display, with or without text (see text option).
|
ButtonBehavior |
ButtonBehavior.setIcons(UiIcon primary,
UiIcon secondary)
* Icons to display, with or without text (see text option).
|
ButtonBehavior |
ButtonBehavior.setLabel(org.apache.wicket.model.IModel<String> label)
Text to show on the button.
|
ButtonBehavior |
ButtonBehavior.setLabel(String label)
Text to show on the button.
|
ButtonBehavior |
ButtonBehavior.setText(boolean text)
Whether to show any text - when set to false (display no text), icons
(see icons option) must be enabled, otherwise it'll be ignored.
|
Copyright © 2009-2012. All Rights Reserved.