scalafx.scene.control

TableView

object TableView

Object companion for scalafx.scene.controlTableView.

Source
TableView.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TableView
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ResizeFeatures[S] extends ResizeFeaturesBase[S] with SFXDelegate[javafx.scene.control.TableView.ResizeFeatures[S]]

    Wraps a JavaFX ResizeFeatures.

  2. class TableViewFocusModel[S] extends TableFocusModel[S, javafx.scene.control.TableColumn[S, _]] with SFXDelegate[javafx.scene.control.TableView.TableViewFocusModel[S]]

    Wraps a JavaFX TableViewFocusModel.

  3. abstract class TableViewSelectionModel[S] extends TableSelectionModel[S] with SFXDelegate[javafx.scene.control.TableView.TableViewSelectionModel[S]]

    Wraps a JavaFX TableViewSelectionModel.

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ConstrainedResizePolicy: Callback[javafx.scene.control.TableView.ResizeFeatures[_], Boolean]

    Simple policy that ensures the width of all visible leaf columns in this table sum up to equal the width of the table itself.

    Simple policy that ensures the width of all visible leaf columns in this table sum up to equal the width of the table itself. When the user resizes a column width with this policy, the table automatically adjusts the width of the right hand side columns. When the user increases a column width, the table decreases the width of the rightmost column until it reaches its minimum width. Then it decreases the width of the second rightmost column until it reaches minimum width and so on. When all right hand side columns reach minimum size, the user cannot increase the size of resized column any more.

    It delegates to JavaFX CONSTRAINED_RESIZE_POLICY

  7. object ResizeFeatures

    Object companion for scalafx.scene.controlTableView.ResizeFeatures.

  8. object TableViewFocusModel

    Object companion for scalafx.scene.controlTableView.TableViewFocusModel.

  9. object TableViewSelectionModel

    Object companion for scalafx.scene.controlTableView.TableViewSelectionModel.

  10. val UnconstrainedResizePolicy: Callback[javafx.scene.control.TableView.ResizeFeatures[_], Boolean]

    Very simple resize policy that just resizes the specified column by the provided delta and shifts all other columns (to the right of the given column) further to the right (when the delta is positive) or to the left (when the delta is negative).

    Very simple resize policy that just resizes the specified column by the provided delta and shifts all other columns (to the right of the given column) further to the right (when the delta is positive) or to the left (when the delta is negative).

    It delegates to JavaFX UNCONSTRAINED_RESIZE_POLICY

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. implicit def sfxTableView2jfx[S](tv: TableView[S]): javafx.scene.control.TableView[S]

    Converts a ScalaFX TableView instance to its JavaFX counterpart.

    Converts a ScalaFX TableView instance to its JavaFX counterpart.

    tv

    ScalaFX TableView

    returns

    JavaFX TableView

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped