Caption

org.beangle.doc.html.dom.Table.Caption
class Caption(content: String) extends DomNode

Attributes

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

Members list

Value members

Concrete methods

def name: String

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

Attributes

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

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