Table

org.beangle.doc.html.dom.Table
See theTable companion object
class Table extends DomNode

Attributes

Companion
object
Graph
Supertypes
class DomNode
trait Element
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def name: String
override def renderStyle(sheets: StyleSheets): Unit

Attributes

Definition Classes

Inherited methods

def add(child: Element): Unit

Attributes

Inherited from:
DomNode
def addStyle(name: String, value: String): Unit

Attributes

Inherited from:
DomNode
def appendXml(elem: Element, buf: StringBuilder, indentation: Int): Unit

Attributes

Inherited from:
DomNode
def childNodes: Seq[DomNode]

Attributes

Inherited from:
DomNode
def find(pattern: String): Seq[DomNode]

按照tagName或者className查找

按照tagName或者className查找

Attributes

Inherited from:
DomNode
final override def render(sheets: StyleSheets): Unit

Attributes

Definition Classes
Inherited from:
DomNode
final def text: Option[String]

Attributes

Inherited from:
DomNode
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
DomNode -> Any
Inherited from:
DomNode

Concrete fields

var caption: Option[Caption]
var colGroup: Option[ColGroup]
var tbodies: Buffer[TBody]
var thead: Option[THead]
var widths: Array[Length]

Inherited fields

var attributes: Map[String, String]

Attributes

Inherited from:
DomNode
var children: Seq[Element]

Attributes

Inherited from:
DomNode
var classNames: Seq[String]

Attributes

Inherited from:
DomNode
var parent: Option[DomNode]

Attributes

Inherited from:
DomNode
var style: Style

Attributes

Inherited from:
DomNode