Class

im.mange.jetpac.html

Div

Related Doc: package html

Permalink

case class Div(id: String, content: Renderable) extends Hideable with Fillable with HideableAndFillable with Styleable with HtmlElement with HasAttributes with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, HasAttributes, HtmlElement, Renderable, Styleable, HideableAndFillable, Fillable, Hideable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Div
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasAttributes
  7. HtmlElement
  8. Renderable
  9. Styleable
  10. HideableAndFillable
  11. Fillable
  12. Hideable
  13. Identifiable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Div(id: String, content: Renderable)

    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 addAttribute(key: String, value: String): Div.this.type

    Permalink
    Definition Classes
    HasAttributes
  5. def addClasses(c: String*): Div.this.type

    Permalink
    Definition Classes
    Styleable
  6. def addStyles(s: Style*): Div.this.type

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

    Permalink
    Definition Classes
    Any
  8. var attributes: Map[String, String]

    Permalink
    Definition Classes
    HasAttributes
  9. def classes(c: String*): Div.this.type

    Permalink
    Definition Classes
    Styleable
  10. def classes(c: Classes): Div.this.type

    Permalink
    Definition Classes
    Styleable
  11. var classes: Classes

    Permalink
    Definition Classes
    Styleable
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val content: Renderable

    Permalink
  14. def element: Element

    Permalink
    Definition Classes
    Identifiable
  15. def empty: JsCmd

    Permalink
    Definition Classes
    Fillable
  16. def emptyAndHide: JsCmd

    Permalink
    Definition Classes
    HideableAndFillable
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def fill(content: Renderable): JsCmd

    Permalink
    Definition Classes
    Fillable
  19. def fillAndShow(value: Renderable): JsCmd

    Permalink
    Definition Classes
    HideableAndFillable
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hide: JsCmd

    Permalink
    Definition Classes
    Hideable
  23. val id: String

    Permalink
    Definition Classes
    DivIdentifiable
  24. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def render: Elem

    Permalink
    Definition Classes
    DivRenderable
  29. def show: JsCmd

    Permalink
    Definition Classes
    Hideable
  30. def styles(s: Style*): Div.this.type

    Permalink
    Definition Classes
    Styleable
  31. def styles(s: Styles): Div.this.type

    Permalink
    Definition Classes
    Styleable
  32. var styles: Styles

    Permalink
    Definition Classes
    Styleable
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def title(t: String): Div.this.type

    Permalink
    Definition Classes
    HtmlElement
  35. var title: String

    Permalink
    Definition Classes
    HtmlElement
  36. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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 HasAttributes

Inherited from HtmlElement

Inherited from Renderable

Inherited from Styleable

Inherited from HideableAndFillable

Inherited from Fillable

Inherited from Hideable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped