Uses of Class
org.wicketstuff.artwork.niftycorners.NiftyOption

Packages that use NiftyOption
org.wicketstuff.artwork.niftycorners   
 

Uses of NiftyOption in org.wicketstuff.artwork.niftycorners
 

Fields in org.wicketstuff.artwork.niftycorners with type parameters of type NiftyOption
protected  java.util.List<NiftyOption> NiftyCornersBehavior.niftyOptions
           
 

Methods in org.wicketstuff.artwork.niftycorners that return NiftyOption
static NiftyOption NiftyOption.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NiftyOption[] NiftyOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.wicketstuff.artwork.niftycorners with parameters of type NiftyOption
NiftyCornersBehavior(NiftyOption... niftyOptions)
          Select by component tag (for example for a specific div) Use for only applying nifty to a single component
NiftyCornersBehavior(java.lang.String decendentsOfSelector, boolean grabTag, boolean singleComponent, NiftyOption... niftyOptions)
          for example "div#content h2" or "ul.news li" (dependent on idSelector ) , you just provide h2 or a You would typically add this behavior to the page or a component that contains other components * @param decendentsOfSelector * @param grabTag should it automatically grab the tag? Use false if it's a page * @param singleComponent * @param niftyOptions
 



Copyright © 2010. All Rights Reserved.