| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.button | |
| de.agilecoders.wicket.markup.html.bootstrap.button.dropdown |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBootstrapButton
A default
BootstrapButton which uses all default styles
of twitter bootstrap (mostly grey) |
class |
TypedButton
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapButton |
BootstrapButton.setIconType(IconType iconType)
sets the button's icon which will be rendered in front of the label.
|
BootstrapButton |
BootstrapButton.setInverted(boolean inverted) |
BootstrapButton |
BootstrapButton.setLabel(org.apache.wicket.model.IModel<String> label)
sets the label of the button.
|
BootstrapButton |
BootstrapButton.setSize(Buttons.Size size) |
BootstrapButton |
BootstrapButton.setType(Buttons.Type type) |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuButton
A bootstrap styled
Button |
Copyright © 2013 agilecoders.de. All Rights Reserved.