abk.html
Class ALabelElement

java.lang.Object
  extended by abk.html.ANodeObject<T>
      extended by abk.html.AElementNode<ALabelElement>
          extended by abk.html.ALabelElement
All Implemented Interfaces:
Serializable

public class ALabelElement
extends AElementNode<ALabelElement>

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

iForControl

private AControlElement<?> iForControl
Constructor Detail

ALabelElement

protected ALabelElement(String tagName)
Method Detail

reset

public ALabelElement reset()
Description copied from class: AElementNode
Establece el valor de los atributos className, id y title a cadenas vacías.

Overrides:
reset in class AElementNode<ALabelElement>
Returns:
El propio objeto instanciado.

forControl

public AControlElement<?> forControl()

forControl

public ALabelElement forControl(AControlElement<?> forControl)

doForControl

protected void doForControl(StringBuilder sb)

doTagStart

protected void doTagStart(StringBuilder sb)
Description copied from class: AElementNode
Escribe los atributos del elemento. Este método debe ser sobrecargado por los elementos descendientes de AElementNode para incluir sus atributos en la serialización de la etiqueta.

Overrides:
doTagStart in class AElementNode<ALabelElement>
Parameters:
sb - Objeto utilizado para la serialización.


Copyright © 2024. All rights reserved.