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