Package

im.mange.jetboot

widget

Permalink

package widget

Visibility
  1. Public
  2. All

Type Members

  1. case class Badge(id: String, value: String) extends Renderable with Identifiable with Product with Serializable

    Permalink
  2. case class ButtonPresentation(body: NodeSeq, classes: Classes = Classes(), styles: Styles = Styles()) extends Product with Serializable

    Permalink
  3. case class Collapsible(id: String, label: String, theContent: Renderable, buttonClasses: Classes, expandedByDefault: Boolean = false) extends Renderable with Product with Serializable

    Permalink
  4. case class InlineSpinner(id: String, message: String, imgSrc: String, initiallyHidden: Boolean = false) extends Renderable with Styleable with Product with Serializable

    Permalink
  5. case class Spacer() extends Renderable with Product with Serializable

    Permalink
  6. trait Button extends Input with Hideable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 01/05/2015) Use HtmlInput instead

  7. trait LiveTextBox extends Input with Styleable with Hideable with Disableable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 01/05/2015) Use HtmlInput instead

  8. case class SearchTextBox(id: String, doSearch: (String) ⇒ Unit, default: String = "", placeholder: String = "", delay: Long = 500, onlyUpdateWhenChanged: Boolean = true) extends LiveTextBox with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 01/05/2015) Use HtmlInput instead

  9. trait ServerSideSelect extends Select

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 01/05/2015) Use HtmlInput instead

  10. trait TextArea extends Renderable with Styleable with Disableable with Hideable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 01/05/2015) Use HtmlInput instead

  11. trait TextBox extends Renderable with Styleable with Disableable with Hideable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 01/05/2015) Use HtmlInput instead

Value Members

  1. object SimpleForm

    Permalink
  2. object SimpleTable

    Permalink
  3. package form

    Permalink
  4. package inplace

    Permalink
  5. package table

    Permalink

Ungrouped