DoubleSpinnerViewImpl

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]](_cell: CellView[T, Double], name: String, width: Int)(implicit tx: T, cursor: Cursor[T], undoManager: UndoManager[T]): DoubleSpinnerView[T]
def optional[T <: Txn[LazyRef(...)]](_cell: CellView[T, Option[Double]], name: String, width: Int, default0: Option[Double])(implicit tx: T, cursor: Cursor[T], undoManager: UndoManager[T]): Optional[T]