abk.html
Class ATableRowElement

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

public class ATableRowElement
extends AElementNode<ATableRowElement>

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class abk.html.ANodeObject
iClass
 
Constructor Summary
protected ATableRowElement(String tagName)
           
 
Method Summary
 ATableCellElement TD()
           
 ATableCellElement TH()
           
 
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, doTagStart, doTitle, EM, getTagName, HIDDEN, I, id, id, INPUT, insert, isEndTagForbidden, klass, klass, LABEL, lang, lang, P, PRE, remove, removeClass, reset, 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
Constructor Detail

ATableRowElement

protected ATableRowElement(String tagName)
Method Detail

TH

public final ATableCellElement TH()

TD

public final ATableCellElement TD()


Copyright © 2024. All rights reserved.