object StringFieldViewImpl extends CellViewFactory[String]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringFieldViewImpl
- 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[StringFieldViewImpl.apply.S.Tx, String], name: String, columns: Int)(implicit tx: StringFieldViewImpl.apply.S.Tx, cursor: Cursor[S], undoManager: UndoManager): StringFieldView[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[~, String]](map: Map[S, K, Ex], key: K, default: String, name: String)(implicit tx: CellViewFactory.mkMapCommitter.S.Tx, cursor: Cursor[S], keyType: Key[K], tpe: Expr[String, Ex]): (String, Option[Committer[S, String]])
- Attributes
- protected
- Definition Classes
- CellViewFactory
-
def
mkMapObserver[S <: Sys[S], K, Ex[~ <: Sys[~]] <: Expr[~, String]](map: Map[S, K, Ex], key: K, view: CellViewFactory.View[String])(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()
-
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()