| Modifier and Type | Class and Description |
|---|---|
class |
TypedBookmarkablePageLink<T>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapBookmarkablePageLink<T> |
BootstrapBookmarkablePageLink.setIconType(IconType iconType)
sets the button's icon which will be rendered in front of the label.
|
BootstrapBookmarkablePageLink<T> |
BootstrapBookmarkablePageLink.setInverted(boolean inverted) |
BootstrapBookmarkablePageLink<T> |
BootstrapBookmarkablePageLink.setLabel(org.apache.wicket.model.IModel<?> label)
sets the label of the button.
|
BootstrapBookmarkablePageLink<T> |
BootstrapBookmarkablePageLink.setSize(Buttons.Size size)
sets the size of the button according to the given
Buttons.Size. |
BootstrapBookmarkablePageLink<T> |
BootstrapBookmarkablePageLink.setType(Buttons.Type type) |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuBookmarkablePageLink<T>
A bootstrap style
BookmarkablePageLink |
| Modifier and Type | Class and Description |
|---|---|
class |
NavbarButton<T>
Renders a stable navbar button link which can be cached in a web browser and used at a later time.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.