| Package | Description |
|---|---|
| net.dontdrinkandroot.wicket.bootstrap.behavior |
| 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.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.setPrependIcon(InvertibleIconClass beforeIcon)
Set the icon to prepend, if it 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.
|
Copyright © 2013 dontdrinkandroot. All Rights Reserved.