| Package | Description | 
|---|---|
| org.fireweb | |
| org.fireweb.html | 
| Modifier and Type | Method and Description | 
|---|---|
Anchor.Target | 
Link.getTarget()  | 
| Modifier and Type | Method and Description | 
|---|---|
Link | 
Link.setTarget(Anchor.Target target)  | 
| Modifier and Type | Method and Description | 
|---|---|
Anchor.Target | 
Anchor.getTarget()
Specifies where to open the linked document: _blank, _parent, _self, _top 
 | 
static Anchor.Target | 
Anchor.Target.valueOf(java.lang.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Anchor | 
Anchor.setTarget(Anchor.Target target)
Set "target" property and if element was draw call removeAttribute script
 at browser. 
 |