Object/Class

scalafx.scene.control

TableView

Related Docs: class TableView | package control

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Wraps a JavaFX ResizeFeatures.

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

    Permalink

    Wraps a JavaFX TableViewFocusModel.

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

    Permalink

    Wraps a JavaFX TableViewSelectionModel.

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ConstrainedResizePolicy: Callback[javafx.scene.control.TableView.ResizeFeatures[_], Boolean]

    Permalink

    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

  5. object ResizeFeatures

    Permalink

    Object companion for scalafx.scene.controlTableView.ResizeFeatures.

  6. object TableViewFocusModel

    Permalink

    Object companion for scalafx.scene.controlTableView.TableViewFocusModel.

  7. object TableViewSelectionModel

    Permalink

    Object companion for scalafx.scene.controlTableView.TableViewSelectionModel.

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

    Permalink

    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

  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. implicit def sfxTableView2jfx[S](tv: TableView[S]): javafx.scene.control.TableView[S]

    Permalink

    Converts a ScalaFX TableView instance to its JavaFX counterpart.

    Converts a ScalaFX TableView instance to its JavaFX counterpart.

    tv

    ScalaFX TableView

    returns

    JavaFX TableView

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

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped