org.tyranid

ui

package ui

Visibility
  1. Public
  2. All

Type Members

  1. case class Field (name: String, opts: Opts, span: Int, edit: Boolean, inputOnly: Boolean, onSet: Option[(Field) ⇒ JsCmd], focus: Boolean) extends UiObj with Product with Serializable

  2. case class Grid (rows: Row*) extends UiObj with Product with Serializable

  3. case class Opts (opts: (String, String)*) extends Product with Serializable

  4. case class Row (fields: Field*) extends UiObj with Product with Serializable

  5. trait UiObj extends AnyRef

Value Members

  1. object Button extends AnyRef

  2. object Field extends Serializable

  3. object Focus extends AnyRef

  4. object Opts extends Serializable