IntSpinnerView

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait Optional[T <: Txn[T]] extends IntSpinnerView[T]

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]](expr: IntObj[T], name: String, width: Int)(implicit tx: T, cursor: Cursor[T], undoManager: UndoManager[T]): IntSpinnerView[T]
def cell[T <: Txn[LazyRef(...)]](cell: CellView[T, Int], name: String, width: Int)(implicit tx: T, cursor: Cursor[T], undoManager: UndoManager[T]): IntSpinnerView[T]
def optional[T <: Txn[LazyRef(...)]](cell: CellView[T, Option[Int]], name: String, width: Int, default: Option[Int])(implicit tx: T, cursor: Cursor[T], undoManager: UndoManager[T]): Optional[T]