Uses of Interface
org.primefaces.model.tagcloud.TagCloudItem

Packages that use TagCloudItem
org.primefaces.model.tagcloud   
 

Uses of TagCloudItem in org.primefaces.model.tagcloud
 

Classes in org.primefaces.model.tagcloud that implement TagCloudItem
 class DefaultTagCloudItem
           
 

Methods in org.primefaces.model.tagcloud that return types with arguments of type TagCloudItem
 List<TagCloudItem> DefaultTagCloudModel.getTags()
           
 List<TagCloudItem> TagCloudModel.getTags()
           
 

Methods in org.primefaces.model.tagcloud with parameters of type TagCloudItem
 void DefaultTagCloudModel.addTag(TagCloudItem item)
           
 void TagCloudModel.addTag(TagCloudItem item)
           
 void DefaultTagCloudModel.removeTag(TagCloudItem item)
           
 void TagCloudModel.removeTag(TagCloudItem item)
           
 

Method parameters in org.primefaces.model.tagcloud with type arguments of type TagCloudItem
 void DefaultTagCloudModel.setTags(List<TagCloudItem> tags)
           
 

Constructor parameters in org.primefaces.model.tagcloud with type arguments of type TagCloudItem
DefaultTagCloudModel(Collection<TagCloudItem> collection)
           
 



Copyright © 2013. All rights reserved.