|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabk.html.ANodeObject<T>
abk.html.AElementNode<ALabelElement>
abk.html.ALabelElement
public class ALabelElement
Field Summary | |
---|---|
private AControlElement<?> |
iForControl
|
private static long |
serialVersionUID
|
Fields inherited from class abk.html.ANodeObject |
---|
iClass |
Constructor Summary | |
---|---|
protected |
ALabelElement(String tagName)
|
Method Summary | |
---|---|
protected void |
doForControl(StringBuilder sb)
|
protected void |
doTagStart(StringBuilder sb)
Escribe los atributos del elemento. |
AControlElement<?> |
forControl()
|
ALabelElement |
forControl(AControlElement<?> forControl)
|
ALabelElement |
reset()
Establece el valor de los atributos className, id y title a cadenas vacías. |
Methods inherited from class abk.html.AElementNode |
---|
_tagAttribute, A, addClass, adoptNode, append, append, B, BR, BUTTON, CHECKBOX, children, classList, clearChildren, DIV, doClass, doId, doLang, doStyle, doTitle, EM, getTagName, HIDDEN, I, id, id, INPUT, insert, isEndTagForbidden, klass, klass, LABEL, lang, lang, P, PRE, remove, removeClass, SELECT, setEndTagForbidden, SPAN, STRONG, style, style, TABLE, tagAttribute, tagAttribute, text, TEXTAREA, textContent, textContent, title, title, U, VAR, write |
Methods inherited from class abk.html.ANodeObject |
---|
appendTo, parent, parent, self, stringify, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private AControlElement<?> iForControl
Constructor Detail |
---|
protected ALabelElement(String tagName)
Method Detail |
---|
public ALabelElement reset()
AElementNode
reset
in class AElementNode<ALabelElement>
public AControlElement<?> forControl()
public ALabelElement forControl(AControlElement<?> forControl)
protected void doForControl(StringBuilder sb)
protected void doTagStart(StringBuilder sb)
AElementNode
doTagStart
in class AElementNode<ALabelElement>
sb
- Objeto utilizado para la serialización.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |