| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.block |
| Modifier and Type | Method and Description |
|---|---|
LabelType |
LabelBehavior.getType() |
static LabelType |
LabelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelType[] |
LabelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LabelBehavior |
LabelBehavior.setType(LabelType type)
sets the label type
|
| Constructor and Description |
|---|
LabelBehavior(LabelType type)
Construct.
|
| Constructor and Description |
|---|
LabelBehavior(org.apache.wicket.model.IModel<LabelType> type)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.