Uses of Class
org.openfaces.component.tagcloud.Layout

Packages that use Layout
org.openfaces.component.tagcloud   
org.openfaces.renderkit.tagcloud   
 

Uses of Layout in org.openfaces.component.tagcloud
 

Methods in org.openfaces.component.tagcloud that return Layout
 Layout TagCloud.getLayout()
           
 Layout TagCloud.getLayout()
           
static Layout Layout.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Layout Layout.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Layout[] Layout.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
static Layout[] Layout.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openfaces.component.tagcloud with parameters of type Layout
 void TagCloud.setLayout(Layout layout)
           
 void TagCloud.setLayout(Layout layout)
           
 

Uses of Layout in org.openfaces.renderkit.tagcloud
 

Methods in org.openfaces.renderkit.tagcloud with parameters of type Layout
static AbstractTagCloudLayoutRender AbstractTagCloudLayoutRender.getInstance(Layout layout)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.