HtmlAttribute

wvlet.airframe.rx.html.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
trait HtmlNodeBase
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Deprecated and Inherited methods

def unless(cond: => Boolean): HtmlNode

Attributes

Deprecated
[Since version 23.7.0]
Inherited from:
HtmlNode
def when(cond: => Boolean): HtmlNode

Attributes

Deprecated
[Since version 23.7.0]
Inherited from:
HtmlNode