TheadCell

org.beangle.doc.html.dom.Table.TheadCell
class TheadCell extends Cell

Attributes

Graph
Supertypes
class Cell
class DomNode
trait Element
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def name: String

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 colspan: Short

Attributes

Inherited from:
Cell
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
def renderStyle(sheets: StyleSheets): Unit

Attributes

Inherited from:
DomNode
def rowspan: Short

Attributes

Inherited from:
Cell
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

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