DefinedNumberSpinnerViewImpl

abstract class DefinedNumberSpinnerViewImpl[T <: Txn[T], A](val maxWidth: Int)(val cursor: Cursor[T], val undoManager: UndoManager) extends NumberSpinnerViewImpl[T, A]
trait CellViewEditor[T, A, Spinner]
trait View[A]
trait ComponentHolder[Spinner]
trait View[T]
trait Disposable[T]
class Object
trait Matchable
class Any

Type members

Inherited types

type C = Comp
Inherited from
CellViewEditor

Value members

Concrete methods

final protected def valueToComponent(): Unit

Inherited methods

protected def clearDirty(): Unit
Inherited from
CellViewEditor
protected def committer: Option[Committer[T, A]]
Inherited from
NumberSpinnerViewImpl
final def component: Spinner
Inherited from
ComponentHolder
final protected def component_=(c: Spinner): Unit
Inherited from
ComponentHolder
final protected def createComponent(): Spinner
Inherited from
NumberSpinnerViewImpl
def dispose(tx: T): Unit
Inherited from
CellViewEditor
final def guiInit(): Unit
Inherited from
CellViewEditor
protected def mkSpinner: Spinner
Inherited from
NumberSpinnerViewImpl
protected def model: SpinnerModel
Inherited from
NumberSpinnerViewImpl
final protected def observeDirty(text: TextComponent): Unit
Inherited from
CellViewEditor
protected def observer: Disposable[T]
Inherited from
NumberSpinnerViewImpl
protected def parseModelValue(v: Any): Option[A]
Inherited from
NumberSpinnerViewImpl
final def update(newValue: A): Unit
Inherited from
CellViewEditor

Concrete fields

protected val maxWidth: Int

Inherited fields

final protected var dirty: Option[DirtyBorder]
Inherited from
CellViewEditor
protected var value: A
Inherited from
NumberSpinnerViewImpl

Implicits

Implicits

implicit protected val cursor: Cursor[T]
implicit protected val undoManager: UndoManager