EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.model.Tag

Packages that use Tag
echopoint Primary package under which all the public components provided by EchoPoint are organised. 
echopoint.event Package under which custom event objects and other classes associated with event handling are organised. 
 

Uses of Tag in echopoint
 

Methods in echopoint that return Tag
 Tag TagCloud.getTag(String name)
          Return the tag identified by its name.
 

Methods in echopoint that return types with arguments of type Tag
protected  Collection<Tag> TagCloud.getData()
          Return the collection of tags that represent the model for this component.
 Collection<Tag> TagCloud.getTags()
          Return the value of the TagCloud.PROPERTY_TAGS property.
 

Method parameters in echopoint with type arguments of type Tag
 void TagCloud.setTags(Collection<Tag> tags)
          Set the value of the TagCloud.PROPERTY_TAGS property.
 

Uses of Tag in echopoint.event
 

Methods in echopoint.event that return Tag
 Tag TagEvent.getTag()
          Return the tag that was clicked to generate the action event.
 

Constructors in echopoint.event with parameters of type Tag
TagEvent(TagCloud source, String command, Tag tag)
           
 


EchoPoint API - 3.0.0b5
App Webcontainer