HtmlAttribute

wvlet.airframe.rx.html.package$.HtmlAttribute
case class HtmlAttribute(name: String, v: Any, ns: Namespace, append: Boolean) extends HtmlNode

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HtmlNode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def unless(cond: => Boolean): HtmlNode

Attributes

Inherited from:
HtmlNode
def when(cond: => Boolean): HtmlNode

Attributes

Inherited from:
HtmlNode