Class

rapture.dom

AppliedElement

Related Doc: package dom

Permalink

case class AppliedElement[ChildType <: ElementType, ThisType <: ElementType, AttType <: AttributeType](tagName: String, attributes: Map[AttributeKey[String, AttributeType], Any] = Map(), children: List[DomNode[_ <: ElementType, ChildType, _ <: AttributeType]] = Nil, forceClosingTag: Boolean, block: Boolean) extends Element[ChildType, ThisType, AttType] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Element[ChildType, ThisType, AttType], Dynamic, DomNode[ChildType, ThisType, AttType], Applicable[ThisType, Nothing, AppliedElement], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AppliedElement
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Element
  7. Dynamic
  8. DomNode
  9. Applicable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AppliedElement(tagName: String, attributes: Map[AttributeKey[String, AttributeType], Any] = Map(), children: List[DomNode[_ <: ElementType, ChildType, _ <: AttributeType]] = Nil, forceClosingTag: Boolean, block: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def \[Child <: ElementType, This <: ElementType, Att <: AttributeType](tag: Tag[Child, This, Att]): DomNodes[Child, This, Att]

    Permalink
    Definition Classes
    Element
  5. def \\[Child <: ElementType, This <: ElementType, Att <: AttributeType](tag: Tag[Child, This, Att]): DomNodes[Child, This, Att]

    Permalink
    Definition Classes
    Element
  6. def application[Child <: ElementType, This <: ElementType, Att <: AttributeType](element: Element[Child, This, Att], applied: Applicable[Child, Att, AppliedElement]*): AppliedElement[Child, This, Att]

    Permalink
    Definition Classes
    DomNodeApplicable
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val attributes: Map[AttributeKey[String, AttributeType], Any]

    Permalink
    Definition Classes
    AppliedElementElement
  9. val block: Boolean

    Permalink
    Definition Classes
    AppliedElementElementDomNode
  10. val children: List[DomNode[_ <: ElementType, ChildType, _ <: AttributeType]]

    Permalink
    Definition Classes
    AppliedElementElement
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val forceClosingTag: Boolean

    Permalink
    Definition Classes
    AppliedElementElement
  15. def format[Output](implicit formatter: DomFormatter[Output]): Output

    Permalink
    Definition Classes
    Element
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def selectDynamic(s: String)(implicit ar: AttributeKey[s.type, AttType], mode: Mode[Element#selectDynamic]): Wrap[Value, Nothing]

    Permalink
    Definition Classes
    Element
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. val tagName: String

    Permalink
    Definition Classes
    AppliedElementElement
  24. def toString(): String

    Permalink
    Definition Classes
    Element → AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Element[ChildType, ThisType, AttType]

Inherited from Dynamic

Inherited from DomNode[ChildType, ThisType, AttType]

Inherited from Applicable[ThisType, Nothing, AppliedElement]

Inherited from AnyRef

Inherited from Any

Ungrouped