de.ls10.jsf.components.models
Interface TagCloudModel

All Known Implementing Classes:
DefaultTagCloudModel

public interface TagCloudModel

Author:
Philip Gerlach , Oliver Horst

Method Summary
 void addTag(TagCloudLink tag)
          Add the given tag/link to the model.
 java.util.List<TagCloudLink> getTags()
          Get the list of all tags/links of the model.
 void removeAllTags()
          Remove all tags/links from the model.
 void removeTag(TagCloudLink tag)
          Remove the given tag/link from the model.
 void update()
          Update the model with the data from external sources defined in the implementation.
 

Method Detail

addTag

void addTag(TagCloudLink tag)
Add the given tag/link to the model.


removeTag

void removeTag(TagCloudLink tag)
Remove the given tag/link from the model.


getTags

java.util.List<TagCloudLink> getTags()
Get the list of all tags/links of the model.


removeAllTags

void removeAllTags()
Remove all tags/links from the model.


update

void update()
Update the model with the data from external sources defined in the implementation.



Copyright © 2007 University of Dortmund (FB4 / LS10). All Rights Reserved.