| Package | Description |
|---|---|
| net.dontdrinkandroot.wicket.bootstrap.behavior | |
| net.dontdrinkandroot.wicket.bootstrap.component.item | |
| net.dontdrinkandroot.wicket.bootstrap.css |
| Modifier and Type | Method and Description |
|---|---|
InvertibleIconClass |
IconBehavior.getAppendIcon()
Get the icon to append if set or null.
|
InvertibleIconClass |
IconBehavior.getPrependIcon()
Get the iocn to prepend if set or null.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.model.IModel<InvertibleIconClass> |
IconBehavior.getAppendIconModel()
Get the model of the icon to append.
|
protected org.apache.wicket.model.IModel<InvertibleIconClass> |
IconBehavior.getPrependIconModel()
Get the model of the icon to prepend.
|
| Modifier and Type | Method and Description |
|---|---|
IconBehavior |
IconBehavior.setAppendIcon(InvertibleIconClass afterIcon)
Set the icon to append, if it is null no icon will be appended.
|
IconBehavior |
IconBehavior.setPrependIcon(InvertibleIconClass beforeIcon)
Set the icon to prepend, if it is null no icon will be prepended.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
IconBehavior.renderIcon(org.apache.wicket.model.IModel<InvertibleIconClass> iconModel)
Transforms an
InvertibleIconClass Model into an italic tag String with the
corresponding class attributes. |
IconBehavior |
IconBehavior.setAppendIconModel(org.apache.wicket.model.IModel<InvertibleIconClass> appendIconModel)
Set the model of the icon to append, if it or its object is null no icon will be prepended.
|
IconBehavior |
IconBehavior.setPrependIconModel(org.apache.wicket.model.IModel<InvertibleIconClass> prependIconModel)
Set the model of the icon to prepend, if it or its object is null no icon will be prepended.
|
| Constructor and Description |
|---|
IconBehavior(InvertibleIconClass beforeIcon)
Creates an IconBehavior that prepends the given icon.
|
| Constructor and Description |
|---|
IconBehavior(org.apache.wicket.model.IModel<InvertibleIconClass> beforeIconModel)
Creates an IconBehavior that prepends the given icon.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.model.IModel<InvertibleIconClass> |
AbstractLinkItem.getAfterIconModel() |
org.apache.wicket.model.IModel<InvertibleIconClass> |
AbstractLinkItem.getBeforeIconModel() |
| Modifier and Type | Method and Description |
|---|---|
AbstractLinkItem |
AbstractLinkItem.setAfterIcon(InvertibleIconClass afterIcon) |
AbstractLinkItem |
AbstractLinkItem.setBeforeIcon(InvertibleIconClass beforeIcon) |
| Modifier and Type | Method and Description |
|---|---|
InvertibleIconClass |
InvertibleIconClass.invert() |
Copyright © 2013 dontdrinkandroot. All Rights Reserved.