Package

im.mange.jetpac

html

Permalink

package html

Visibility
  1. Public
  2. All

Type Members

  1. case class A(id: String, content: Renderable, onClick: () ⇒ JsCmd, ajax: Boolean) extends Renderable with Styleable with HasAttributes with Product with Serializable

    Permalink
  2. case class ClickableRow(id: Option[String], onClick: () ⇒ JsCmd, cells: Renderable*) extends Renderable with Styleable with Product with Serializable

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

    Permalink
  4. case class Li(content: Renderable) extends Renderable with Styleable with HasAttributes with Product with Serializable

    Permalink
  5. case class LinkAnchor(id: String, url: String, content: Renderable, target: Option[String]) extends Renderable with Styleable with Product with Serializable

    Permalink
  6. case class Pre(content: Renderable) extends Renderable with Styleable with Product with Serializable

    Permalink
  7. case class Span(id: String, content: Renderable) extends Hideable with Fillable with HideableAndFillable with Styleable with HtmlElement with Product with Serializable

    Permalink
  8. case class Table(thead: Thead, tbody: Tbody) extends Renderable with Styleable with Product with Serializable

    Permalink
  9. case class Tbody(content: Renderable) extends Renderable with Styleable with Product with Serializable

    Permalink
  10. case class Td(content: Renderable) extends Renderable with Styleable with Product with Serializable

    Permalink
  11. case class Th(content: Renderable) extends Renderable with Styleable with Product with Serializable

    Permalink
  12. case class Thead(content: Renderable) extends Renderable with Styleable with Product with Serializable

    Permalink
  13. case class Tr(id: Option[String], content: Renderable) extends Renderable with Styleable with Product with Serializable

    Permalink
  14. case class Ul(content: Renderable) extends Renderable with Styleable with Product with Serializable

    Permalink

Ungrouped