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

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

Uses of TagCloudItem in org.openfaces.component.tagcloud
 

Methods in org.openfaces.component.tagcloud that return types with arguments of type TagCloudItem
 java.util.List<TagCloudItem> TagCloud.itemsToTheList(javax.faces.context.FacesContext context)
           
 java.util.List<TagCloudItem> TagCloud.itemsToTheList(javax.faces.context.FacesContext context)
           
 

Uses of TagCloudItem in org.openfaces.renderkit.tagcloud
 

Method parameters in org.openfaces.renderkit.tagcloud with type arguments of type TagCloudItem
 void TagsWeightReverseOrdering.order(java.util.List<TagCloudItem> items)
           
 void TagsWeightOrdering.order(java.util.List<TagCloudItem> items)
           
 void TagsRandomOrdering.order(java.util.List<TagCloudItem> items)
           
 void TagsOriginalOrdering.order(java.util.List<TagCloudItem> items)
           
 void TagsOrderingStrategy.order(java.util.List<TagCloudItem> items)
           
 void TagsAlphabeticallyOrdering.order(java.util.List<TagCloudItem> items)
           
abstract  void AbstractTagsOrderingStrategy.order(java.util.List<TagCloudItem> items)
           
 



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