Uses of Class
de.ls10.jsf.components.models.TagCloudLink

Packages that use TagCloudLink
de.ls10.jsf.components.models   
 

Uses of TagCloudLink in de.ls10.jsf.components.models
 

Subclasses of TagCloudLink in de.ls10.jsf.components.models
 class TagCloudLinkExternal
          This class models an external JSF link.
 class TagCloudLinkInternal
          This class models an internal JSF link.
 

Fields in de.ls10.jsf.components.models with type parameters of type TagCloudLink
protected  java.util.List<TagCloudLink> DefaultTagCloudModel.tags
           
 

Methods in de.ls10.jsf.components.models that return types with arguments of type TagCloudLink
 java.util.List<TagCloudLink> DefaultTagCloudModel.getTags()
           
 java.util.List<TagCloudLink> TagCloudModel.getTags()
          Get the list of all tags/links of the model.
 

Methods in de.ls10.jsf.components.models with parameters of type TagCloudLink
 void DefaultTagCloudModel.addTag(TagCloudLink tag)
           
 void TagCloudModel.addTag(TagCloudLink tag)
          Add the given tag/link to the model.
 int TagCloudLink.compareTo(TagCloudLink other)
          Implementation of the @link Comparable interface.
 void DefaultTagCloudModel.removeTag(TagCloudLink tag)
           
 void TagCloudModel.removeTag(TagCloudLink tag)
          Remove the given tag/link from the model.
 



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