| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.accordion | |
| org.odlabs.wiquery.ui.button | |
| org.odlabs.wiquery.ui.themes |
| Modifier and Type | Method and Description |
|---|---|
Accordion |
Accordion.setIcons(UiIcon header,
UiIcon headerSelected)
Icons to use for headers.
|
| Constructor and Description |
|---|
AccordionIcon(UiIcon header,
UiIcon headerSelected)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ButtonBehavior |
ButtonBehavior.setIcons(UiIcon primary,
UiIcon secondary)
* Icons to display, with or without text (see text option).
|
| Constructor and Description |
|---|
ButtonIcon(UiIcon primary,
UiIcon secondary)
Constructor accepting enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
static UiIcon |
UiIcon.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiIcon[] |
UiIcon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ThemeUiHelper.iconComponent(org.apache.wicket.Component component,
UiIcon icon)
Method to display your composant as an icon
|
Copyright © 2009-2012. All Rights Reserved.