| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.button |
| Modifier and Type | Class and Description |
|---|---|
class |
TypedLink<T>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapLink<T> |
BootstrapLink.setIconType(IconType iconType)
sets the button's icon which will be rendered in front of the label.
|
BootstrapLink<T> |
BootstrapLink.setInverted(boolean inverted)
inverts the icon color
|
BootstrapLink<T> |
BootstrapLink.setLabel(org.apache.wicket.model.IModel<?> label)
sets the label of the button.
|
BootstrapLink<T> |
BootstrapLink.setSize(Buttons.Size size)
sets the size of the button
|
BootstrapLink<T> |
BootstrapLink.setType(Buttons.Type type)
Sets the type of the button
|
Copyright © 2013 agilecoders.de. All Rights Reserved.