NumberSpinnerViewImpl

trait NumberSpinnerViewImpl[T <: Txn[T], A] extends CellViewEditor[T, A, Spinner]
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

Abstract methods

protected def committer: Option[Committer[T, A]]
protected def cursor: Cursor[T]
protected def maxWidth: Int
protected def model: SpinnerModel
protected def observer: Disposable[T]
protected def parseModelValue(v: Any): Option[A]
protected def undoManager: UndoManager

Concrete methods

final protected def createComponent(): Spinner
protected def mkSpinner: Spinner

Inherited methods

protected def clearDirty(): Unit
Inherited from
CellViewEditor
final def component: Spinner
Inherited from
ComponentHolder
final protected def component_=(c: Spinner): Unit
Inherited from
ComponentHolder
def dispose(tx: T): Unit
Inherited from
CellViewEditor
final def guiInit(): Unit
Inherited from
CellViewEditor
final protected def observeDirty(text: TextComponent): Unit
Inherited from
CellViewEditor
final def update(newValue: A): Unit
Inherited from
CellViewEditor
protected def valueToComponent(): Unit
Inherited from
CellViewEditor

Abstract fields

protected var value: A

Inherited fields

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