|
||||||||||
| 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.Optgroup
public class Optgroup
This represents a <optgroup> 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 | |
|---|---|
Optgroup()
Basic constructor. |
|
Optgroup(Element element)
Use the set* methods to set the values of the attributes. |
|
Optgroup(java.lang.String value)
Use the set* methods to set the values of the attributes. |
|
| Method Summary | |
|---|---|
Optgroup |
addElement(Element element)
Adds an Element to the element. |
Optgroup |
addElement(java.lang.String element)
Adds an Element to the element. |
Optgroup |
addElement(java.lang.String hashcode,
Element element)
Adds an Element to the element. |
Optgroup |
addElement(java.lang.String hashcode,
java.lang.String element)
Adds an Element to the element. |
java.lang.String |
getClassname()
Get the Classname attribute. |
java.lang.String |
getId()
Get the Id attribute. |
java.lang.String |
getTitleAttr()
Get the TitleAttr attribute. |
java.lang.String |
getXml_lang()
Get the Xml_lang attribute. |
Optgroup |
removeElement(java.lang.String hashcode)
Removes an Element from the element. |
Optgroup |
setClassname(java.lang.String value)
Set the Classname attribute. |
Optgroup |
setId(java.lang.String value)
Set the Id attribute. |
Optgroup |
setTitleAttr(java.lang.String value)
Set the TitleAttr attribute. |
Optgroup |
setXml_lang(java.lang.String value)
Set the Xml_lang 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 Optgroup()
public Optgroup(Element element)
element - set the value of <H1>value</H1>public Optgroup(java.lang.String value)
value - set the value of <H1>value</H1>| Method Detail |
|---|
public Optgroup addElement(java.lang.String hashcode,
Element element)
hashcode - name of element for hash tableelement - Adds an Element to the element.
public Optgroup addElement(java.lang.String hashcode,
java.lang.String element)
hashcode - name of element for hash tableelement - Adds an Element to the element.public Optgroup addElement(Element element)
element - Adds an Element to the element.public Optgroup addElement(java.lang.String element)
element - Adds an Element to the element.public Optgroup removeElement(java.lang.String hashcode)
hashcode - the name of the element to be removed.public java.lang.String getTitleAttr()
public Optgroup setTitleAttr(java.lang.String value)
public java.lang.String getXml_lang()
public Optgroup setXml_lang(java.lang.String value)
public java.lang.String getId()
public Optgroup setId(java.lang.String value)
public java.lang.String getClassname()
public Optgroup setClassname(java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||