| Package | Description |
|---|---|
| net.dontdrinkandroot.wicket.bootstrap.behavior | |
| net.dontdrinkandroot.wicket.bootstrap.component.item | |
| net.dontdrinkandroot.wicket.bootstrap.css |
| Modifier and Type | Method and Description |
|---|---|
IconClass |
IconBehavior.getAfterIcon() |
IconClass |
IconBehavior.getBeforeIcon() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.model.IModel<IconClass> |
IconBehavior.getAfterIconModel() |
protected org.apache.wicket.model.IModel<IconClass> |
IconBehavior.getBeforeIconModel() |
| Modifier and Type | Method and Description |
|---|---|
IconBehavior |
IconBehavior.setAfterIcon(IconClass afterIcon,
boolean inverted) |
IconBehavior |
IconBehavior.setBeforeIcon(IconClass beforeIcon,
boolean inverted) |
| Constructor and Description |
|---|
IconBehavior(IconClass beforeIcon,
boolean inverted) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.model.IModel<IconClass> |
AbstractLinkItem.getAfterIconModel() |
org.apache.wicket.model.IModel<IconClass> |
AbstractLinkItem.getBeforeIconModel() |
| Modifier and Type | Method and Description |
|---|---|
AbstractLinkItem |
AbstractLinkItem.setAfterIcon(IconClass afterIcon,
boolean inverted) |
AbstractLinkItem |
AbstractLinkItem.setBeforeIcon(IconClass beforeIcon,
boolean inverted) |
| Modifier and Type | Method and Description |
|---|---|
static IconClass |
IconClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconClass[] |
IconClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012. All Rights Reserved.