Package org.primefaces.model.tagcloud
Class DefaultTagCloudModel
java.lang.Object
org.primefaces.model.tagcloud.DefaultTagCloudModel
- All Implemented Interfaces:
Serializable,TagCloudModel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTag(TagCloudItem item) voidclear()getTags()voidremoveTag(TagCloudItem item) voidsetTags(List<TagCloudItem> tags)
-
Constructor Details
-
DefaultTagCloudModel
public DefaultTagCloudModel() -
DefaultTagCloudModel
-
-
Method Details
-
getTags
- Specified by:
getTagsin interfaceTagCloudModel
-
setTags
-
addTag
- Specified by:
addTagin interfaceTagCloudModel
-
removeTag
- Specified by:
removeTagin interfaceTagCloudModel
-
clear
public void clear()- Specified by:
clearin interfaceTagCloudModel
-