| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.button | |
| de.agilecoders.wicket.markup.html.bootstrap.button.dropdown | |
| de.agilecoders.wicket.markup.html.bootstrap.image |
| Modifier and Type | Method and Description |
|---|---|
protected Icon |
BootstrapLink.newIcon(String markupId)
creates a new icon component
|
protected Icon |
BootstrapButton.newIcon(String markupId)
creates a new icon component
|
protected Icon |
BootstrapBookmarkablePageLink.newIcon(String markupId)
creates a new icon component
|
protected Icon |
BootstrapAjaxButton.newIcon(String markupId)
creates a new icon component
|
| Modifier and Type | Method and Description |
|---|---|
protected Icon |
DropDownButton.newButtonIcon(String markupId,
org.apache.wicket.model.IModel<IconType> iconTypeModel)
creates a new icon component with given
IconType. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SplitButton.addIconToBaseButton(Icon icon) |
protected void |
DropDownButton.addIconToBaseButton(Icon icon)
adds an icon to the base button
|
| Modifier and Type | Method and Description |
|---|---|
Icon |
Icon.invert()
marks the icon as inverted.
|
Icon |
Icon.setInverted(boolean value)
marks the icon as inverted or not.
|
Icon |
Icon.setType(IconType iconType)
sets a new icon type
|
Copyright © 2013 agilecoders.de. All Rights Reserved.