Uses of Class
net.dontdrinkandroot.wicket.bootstrap.css.InvertibleIconClass

Packages that use InvertibleIconClass
net.dontdrinkandroot.wicket.bootstrap.behavior   
net.dontdrinkandroot.wicket.bootstrap.component.item   
 

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

Methods in net.dontdrinkandroot.wicket.bootstrap.behavior that return InvertibleIconClass
 InvertibleIconClass IconBehavior.getAppendIcon()
          Get the icon to append if set or null.
 InvertibleIconClass IconBehavior.getPrependIcon()
          Get the iocn to prepend if set or null.
 

Methods in net.dontdrinkandroot.wicket.bootstrap.behavior that return types with arguments of type InvertibleIconClass
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.
 

Methods in net.dontdrinkandroot.wicket.bootstrap.behavior with parameters of type InvertibleIconClass
 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.
 

Method parameters in net.dontdrinkandroot.wicket.bootstrap.behavior with type arguments of type InvertibleIconClass
protected  java.lang.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.
 

Constructors in net.dontdrinkandroot.wicket.bootstrap.behavior with parameters of type InvertibleIconClass
IconBehavior(InvertibleIconClass beforeIcon)
          Creates an IconBehavior that prepends the given icon.
 

Constructor parameters in net.dontdrinkandroot.wicket.bootstrap.behavior with type arguments of type InvertibleIconClass
IconBehavior(org.apache.wicket.model.IModel<InvertibleIconClass> beforeIconModel)
          Creates an IconBehavior that prepends the given icon.
 

Uses of InvertibleIconClass in net.dontdrinkandroot.wicket.bootstrap.component.item
 

Methods in net.dontdrinkandroot.wicket.bootstrap.component.item that return types with arguments of type InvertibleIconClass
 org.apache.wicket.model.IModel<InvertibleIconClass> AbstractLinkItem.getAfterIconModel()
           
 org.apache.wicket.model.IModel<InvertibleIconClass> AbstractLinkItem.getBeforeIconModel()
           
 

Methods in net.dontdrinkandroot.wicket.bootstrap.component.item with parameters of type InvertibleIconClass
 AbstractLinkItem AbstractLinkItem.setAfterIcon(InvertibleIconClass afterIcon)
           
 AbstractLinkItem AbstractLinkItem.setBeforeIcon(InvertibleIconClass beforeIcon)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.