org.primefaces.model.tagcloud
Class DefaultTagCloudModel
java.lang.Object
org.primefaces.model.tagcloud.DefaultTagCloudModel
- All Implemented Interfaces:
- Serializable, TagCloudModel
public class DefaultTagCloudModel
- extends Object
- implements TagCloudModel
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTagCloudModel
public DefaultTagCloudModel()
DefaultTagCloudModel
public DefaultTagCloudModel(Collection<TagCloudItem> collection)
getTags
public List<TagCloudItem> getTags()
- Specified by:
getTags in interface TagCloudModel
setTags
public void setTags(List<TagCloudItem> tags)
addTag
public void addTag(TagCloudItem item)
- Specified by:
addTag in interface TagCloudModel
removeTag
public void removeTag(TagCloudItem item)
- Specified by:
removeTag in interface TagCloudModel
clear
public void clear()
- Specified by:
clear in interface TagCloudModel
Copyright © 2013. All rights reserved.