abk.html
Class ATableCellElement

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

public class ATableCellElement
extends AElementNode<ATableCellElement>

See Also:
Serialized Form

Field Summary
private  int iColSpan
           
private  int iRowSpan
           
private static long serialVersionUID
           
 
Fields inherited from class abk.html.ANodeObject
iClass
 
Constructor Summary
ATableCellElement(String tagName)
           
 
Method Summary
 int colspan()
           
 ATableCellElement colspan(int xspan)
           
protected  void doColSpan(StringBuilder sb)
           
protected  void doRowSpan(StringBuilder sb)
           
protected  void doTagStart(StringBuilder sb)
          Escribe los atributos del elemento.
 ATableCellElement reset()
          Establece el valor de los atributos className, id y title a cadenas vacías.
 int rowspan()
           
 ATableCellElement rowspan(int xspan)
           
 
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

iColSpan

private int iColSpan

iRowSpan

private int iRowSpan
Constructor Detail

ATableCellElement

public ATableCellElement(String tagName)
Method Detail

reset

public ATableCellElement 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<ATableCellElement>
Returns:
El propio objeto instanciado.

colspan

public ATableCellElement colspan(int xspan)

colspan

public int colspan()

doColSpan

protected void doColSpan(StringBuilder sb)

rowspan

public ATableCellElement rowspan(int xspan)

rowspan

public int rowspan()

doRowSpan

protected void doRowSpan(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<ATableCellElement>
Parameters:
sb - Objeto utilizado para la serialización.


Copyright © 2024. All rights reserved.