|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.MultiPartElement
org.apache.ecs.wml.A
public class A
This class implements the a element
| Field Summary |
|---|
| Fields inherited from class org.apache.ecs.GenericElement |
|---|
tabLevel |
| Fields inherited from interface org.apache.ecs.Attributes |
|---|
NO_ATTRIBUTE_VALUE |
| Fields inherited from interface org.apache.ecs.Element |
|---|
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE |
| Constructor Summary | |
|---|---|
A()
Basic constructor. |
|
A(java.lang.String href)
This constructor creates a <a> tag. |
|
A(java.lang.String href,
java.lang.String title)
This constructor creates a <a> tag. |
|
| Method Summary | |
|---|---|
A |
addElement(java.lang.String element)
Adds an Element to the element. |
A |
setHref(java.lang.String href)
Sets the href="" attribute |
A |
setTitleAttr(java.lang.String title)
Sets the title="" attribute |
| Methods inherited from class org.apache.ecs.ConcreteElement |
|---|
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public A()
public A(java.lang.String href,
java.lang.String title)
href - the href="" attributetitle - the title="" attributepublic A(java.lang.String href)
href - the href="" attribute| Method Detail |
|---|
public A setTitleAttr(java.lang.String title)
title - the title="" attributepublic A setHref(java.lang.String href)
href - the href="" attributepublic A addElement(java.lang.String element)
element - Adds an Element to the element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||