object IntSpinnerViewImpl extends CellViewFactory[Int]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntSpinnerViewImpl
- CellViewFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def apply[S <: Sys[S]](cell: CellView[IntSpinnerViewImpl.apply.S.Tx, Int], name: String, width: Int)(implicit tx: IntSpinnerViewImpl.apply.S.Tx, cursor: Cursor[S], undoManager: UndoManager): IntSpinnerView[S]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mkMapCommitter[S <: Sys[S], K, Ex[~ <: Sys[~]] <: Expr[~, Int]](map: Map[S, K, Ex], key: K, default: Int, name: String)(implicit tx: CellViewFactory.mkMapCommitter.S.Tx, cursor: Cursor[S], keyType: Key[K], tpe: Expr[Int, Ex]): (Int, Option[Committer[S, Int]])
- Attributes
- protected
- Definition Classes
- CellViewFactory
-
def
mkMapObserver[S <: Sys[S], K, Ex[~ <: Sys[~]] <: Expr[~, Int]](map: Map[S, K, Ex], key: K, view: CellViewFactory.View[Int])(implicit tx: CellViewFactory.mkMapObserver.S.Tx): Disposable[CellViewFactory.mkMapObserver.S.Tx]
- Attributes
- protected
- Definition Classes
- CellViewFactory
-
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()
- def optional[S <: Sys[S]](_cell: CellView[IntSpinnerViewImpl.optional.S.Tx, Option[Int]], name: String, width: Int, default0: Option[Int])(implicit tx: IntSpinnerViewImpl.optional.S.Tx, cursor: Cursor[S], undoManager: UndoManager): Optional[S]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()