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 Collapsible(id: String, label: String, theContent: Renderable, buttonClasses: Classes, expandedByDefault: Boolean = false) extends Renderable with Product with Serializable

    Permalink
  3. trait Forms extends FormLayouts

    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 Tables extends AnyRef

    Permalink
  7. trait Button extends Input with Hideable

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  10. 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

  11. trait ServerSideSelect extends Select

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  13. 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. package form

    Permalink
  2. package inplace

    Permalink
  3. package table

    Permalink

Ungrouped