org.primefaces.model.tagcloud
Class DefaultTagCloudModel

java.lang.Object
  extended by org.primefaces.model.tagcloud.DefaultTagCloudModel
All Implemented Interfaces:
Serializable, TagCloudModel

public class DefaultTagCloudModel
extends Object
implements TagCloudModel

See Also:
Serialized Form

Constructor Summary
DefaultTagCloudModel()
           
DefaultTagCloudModel(Collection<TagCloudItem> collection)
           
 
Method Summary
 void addTag(TagCloudItem item)
           
 void clear()
           
 List<TagCloudItem> getTags()
           
 void removeTag(TagCloudItem item)
           
 void setTags(List<TagCloudItem> tags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTagCloudModel

public DefaultTagCloudModel()

DefaultTagCloudModel

public DefaultTagCloudModel(Collection<TagCloudItem> collection)
Method Detail

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.