EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.Anchor.Target

Packages that use Anchor.Target
echopoint Primary package under which all the public components provided by EchoPoint are organised. 
 

Uses of Anchor.Target in echopoint
 

Methods in echopoint that return Anchor.Target
static Anchor.Target Anchor.Target.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Anchor.Target[] Anchor.Target.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in echopoint with parameters of type Anchor.Target
 void Anchor.setTarget(Anchor.Target target)
          Set the value for the target attribute to be applied to the anchor tag.
 


EchoPoint API - 3.0.0b5
App Webcontainer