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]

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()(implicit 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

Implicits

Implicits

implicit protected
def undoManager: UndoManager[T]