BooleanCheckBoxView

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]](expr: BooleanObj[T], name: String)(implicit tx: T, cursor: Cursor[T], undoManager: UndoManager[T]): BooleanCheckBoxView[T]

Creates a new view from an expression. The check box's label will initially be set to name.

Creates a new view from an expression. The check box's label will initially be set to name.

def cell[T <: Txn[LazyRef(...)]](cell: CellView[T, Boolean], name: String)(implicit tx: T, cursor: Cursor[T], undoManager: UndoManager[T]): BooleanCheckBoxView[T]
def optional[T <: Txn[LazyRef(...)]](cell: CellView[T, Option[Boolean]], name: String, default: Boolean)(implicit tx: T, cursor: Cursor[T], undoManager: UndoManager[T]): BooleanCheckBoxView[T]