Uses of Interface
org.primefaces.model.tagcloud.TagCloudItem
-
Packages that use TagCloudItem Package Description org.primefaces.model.tagcloud -
-
Uses of TagCloudItem in org.primefaces.model.tagcloud
Classes in org.primefaces.model.tagcloud that implement TagCloudItem Modifier and Type Class Description classDefaultTagCloudItemMethods in org.primefaces.model.tagcloud that return types with arguments of type TagCloudItem Modifier and Type Method Description List<TagCloudItem>DefaultTagCloudModel. getTags()List<TagCloudItem>TagCloudModel. getTags()Methods in org.primefaces.model.tagcloud with parameters of type TagCloudItem Modifier and Type Method Description voidDefaultTagCloudModel. addTag(TagCloudItem item)voidTagCloudModel. addTag(TagCloudItem item)voidDefaultTagCloudModel. removeTag(TagCloudItem item)voidTagCloudModel. removeTag(TagCloudItem item)Method parameters in org.primefaces.model.tagcloud with type arguments of type TagCloudItem Modifier and Type Method Description voidDefaultTagCloudModel. setTags(List<TagCloudItem> tags)Constructor parameters in org.primefaces.model.tagcloud with type arguments of type TagCloudItem Constructor Description DefaultTagCloudModel(Collection<TagCloudItem> collection)
-