Visual

trait Visual[T <: Template] extends Xmlable
trait Xmlable
trait XmlOps
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit implicit class ElemOps(e: Elem)
Inherited from:
XmlOps

Value members

Abstract methods

def addImageQuery: Option[Boolean]
def baseUri: Option[URL]
def bindings: Seq[Binding[T]]
def branding: Option[Branding]
def contentId: Option[String]
def displayName: Option[String]
def lang: Option[String]

Concrete methods

override def xml: Elem
Definition Classes

Inherited methods

def add(xml: Elem, key: String, value: String): Elem
Inherited from:
XmlOps
def addMap(xml: Elem, attributes: Map[String, String]): Elem
Inherited from:
XmlOps
def filterAndStringify[K, V](m: Map[K, Option[V]]): Map[K, String]
Inherited from:
XmlOps
def filterOption[K, V](m: Map[K, Option[V]]): Map[K, V]
Inherited from:
XmlOps

Implicits

Inherited implicits

final implicit def ElemOps(e: Elem): ElemOps
Inherited from:
XmlOps