ClassStyle

org.beangle.doc.html.dom.ClassStyle
See theClassStyle companion object
class ClassStyle(name: String, properties: Map[String, String]) extends Style

Attributes

Companion
object
Graph
Supertypes
class Style
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def matches(node: DomNode): Boolean
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
Style -> Any
def toString(indentation: Int): String

Inherited methods

def add(name: String, value: String): Style

Attributes

Inherited from:
Style
def border: Option[Border]

Attributes

Inherited from:
Style
def font: Option[Font]

Attributes

Inherited from:
Style
def has(name: String): Boolean

Attributes

Inherited from:
Style
def has(name: String, value: String): Boolean

Attributes

Inherited from:
Style
def height: Option[Length]

Attributes

Inherited from:
Style
def inheritables: Map[String, String]

Attributes

Inherited from:
Style
def textAlign: Option[String]

Attributes

Inherited from:
Style
def verticalAlign: Option[String]

Attributes

Inherited from:
Style
def width: Option[Length]

Attributes

Inherited from:
Style

Concrete fields