View

object View
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait Cursor[Tx <: Txn[Tx]] extends View[Tx]
trait Editable[Tx <: Txn[Tx]] extends Cursor[Tx]
trait File

Types

type Button = Button
type CheckBox = CheckBox
type ComboBox[A] = ComboBox[A]
type Component = Component
type DoubleField = ParamField[Double]
type IntField = ParamField[Int]
type Slider = Slider
type T[Tx <: Txn[Tx], C1 <: Component] = View[Tx] { type C = C1; }
type TextField = TextField