| Package | Description |
|---|---|
| net.dontdrinkandroot.wicket.bootstrap.behavior | |
| net.dontdrinkandroot.wicket.bootstrap.css |
| Modifier and Type | Method and Description |
|---|---|
BadgeStyle |
BadgeBehavior.getBadgeStyle() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.model.IModel<BadgeStyle> |
BadgeBehavior.getBadgeStyleModel() |
| Constructor and Description |
|---|
BadgeBehavior(BadgeStyle labelStyle) |
| Constructor and Description |
|---|
BadgeBehavior(org.apache.wicket.model.IModel<BadgeStyle> labelStyleModel) |
| Modifier and Type | Method and Description |
|---|---|
static BadgeStyle |
BadgeStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BadgeStyle[] |
BadgeStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 dontdrinkandroot. All Rights Reserved.