| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.button.dropdown | |
| de.agilecoders.wicket.markup.html.bootstrap.navbar |
| Modifier and Type | Class and Description |
|---|---|
class |
DropDownSubMenu
A Sub-Menu to be used in
DropDownButton or NavbarDropDownButton. |
class |
SplitButton
Use any button to trigger a dropdown menu by placing it within a .btn-group and providing the proper menu markup.
|
| Modifier and Type | Method and Description |
|---|---|
DropDownButton |
DropDownButton.addToButton(org.apache.wicket.behavior.Behavior behavior)
adds a
Behavior to the base button |
DropDownButton |
DropDownButton.setDropUp(boolean dropUp)
whether to use default dropdown behavior (default value is false which means default behavior)
or to open the dropdown menu at the top of dropdown button, also the button icon will be rotated.
|
DropDownButton |
DropDownButton.setIconType(IconType iconType)
sets the icon of the base button element
|
DropDownButton |
DropDownButton.setInverted(boolean inverted) |
DropDownButton |
DropDownButton.setSize(Buttons.Size size)
sets the size of the button
|
DropDownButton |
DropDownButton.setType(Buttons.Type type)
sets the type of the button
|
| Modifier and Type | Class and Description |
|---|---|
class |
NavbarDropDownButton
Special
DropDownButton for a Navbar. |
Copyright © 2013 agilecoders.de. All Rights Reserved.