Uses of Class
net.dontdrinkandroot.wicket.bootstrap.behavior.IconBehavior

Packages that use IconBehavior
net.dontdrinkandroot.wicket.bootstrap.behavior   
 

Uses of IconBehavior in net.dontdrinkandroot.wicket.bootstrap.behavior
 

Methods in net.dontdrinkandroot.wicket.bootstrap.behavior that return IconBehavior
 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.