abstract class OptionalNumberSpinnerViewImpl[S <: Sys[S], A] extends NumberSpinnerViewImpl[S, Option[A]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OptionalNumberSpinnerViewImpl
- NumberSpinnerViewImpl
- CellViewEditor
- View
- ComponentHolder
- View
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Type Members
-
type
C = Spinner
- Definition Classes
- CellViewEditor → View
Abstract Value Members
-
abstract
def
committer: Option[Committer[S, Option[A]]]
- Attributes
- protected
- Definition Classes
- NumberSpinnerViewImpl
-
abstract
def
default: Option[A]
- Attributes
- protected
-
abstract
def
model: NumericOptionSpinnerModel[A]
- Attributes
- protected
- Definition Classes
- OptionalNumberSpinnerViewImpl → NumberSpinnerViewImpl
-
abstract
def
observer: Disposable[S.Tx]
- Attributes
- protected
- Definition Classes
- NumberSpinnerViewImpl → CellViewEditor
-
abstract
def
parseModelValue(v: Any): Option[Option[A]]
- Attributes
- protected
- Definition Classes
- NumberSpinnerViewImpl
-
abstract
val
value: Option[A]
- Attributes
- protected
- Definition Classes
- NumberSpinnerViewImpl → CellViewEditor
-
abstract
def
valueToComponent(): Unit
- Attributes
- protected
- Definition Classes
- CellViewEditor
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clearDirty(): Unit
- Attributes
- protected
- Definition Classes
- CellViewEditor
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
component: Spinner
- Definition Classes
- ComponentHolder
-
final
def
component_=(c: Spinner): Unit
- Attributes
- protected
- Definition Classes
- ComponentHolder
-
final
def
createComponent(): Spinner
- Attributes
- protected
- Definition Classes
- NumberSpinnerViewImpl → CellViewEditor
-
implicit
val
cursor: Cursor[S]
- Attributes
- protected
- Definition Classes
- OptionalNumberSpinnerViewImpl → NumberSpinnerViewImpl
-
final
val
dirty: Option[DirtyBorder]
- Attributes
- protected
- Definition Classes
- CellViewEditor
-
def
dispose()(implicit tx: S.Tx): Unit
- Definition Classes
- CellViewEditor → Disposable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
guiInit(): Unit
- Definition Classes
- CellViewEditor
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
maxWidth: Int
- Attributes
- protected
- Definition Classes
- OptionalNumberSpinnerViewImpl → NumberSpinnerViewImpl
-
def
mkSpinner: Spinner
- Attributes
- protected
- Definition Classes
- OptionalNumberSpinnerViewImpl → NumberSpinnerViewImpl
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
observeDirty(text: TextComponent): Unit
- Attributes
- protected
- Definition Classes
- CellViewEditor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
val
undoManager: UndoManager
- Attributes
- protected
- Definition Classes
- OptionalNumberSpinnerViewImpl → NumberSpinnerViewImpl
-
final
def
update(newValue: Option[A]): Unit
- Definition Classes
- CellViewEditor → View
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()