package
ui
Type Members
-
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
-
case class
Grid
(rows: Row*) extends UiObj with Product with Serializable
-
case class
Opts
(opts: (String, String)*) extends Product with Serializable
-
case class
Row
(fields: Field*) extends UiObj with Product with Serializable
-
trait
UiObj
extends AnyRef
Value Members
-
object
Button
extends AnyRef
-
object
Field
extends Serializable
-
object
Focus
extends AnyRef
-
object
Glyph
extends AnyRef
-
object
Opts
extends Serializable