Class RowPane<R extends Row<?,​?,​?>>

All Implemented Interfaces:
Styleable, EventTarget

public class RowPane<R extends Row<?,​?,​?>>
extends StackPane
  • Property Details

  • Constructor Details

  • Method Details

    • getGraphics

      public final GraphicsBase<R> getGraphics()
    • getControlsNode

      public final Node getControlsNode()
    • rowProperty

      public final ObjectProperty<R> rowProperty()
      See Also:
      getRow(), setRow(R)
    • setRow

      public final void setRow​(R row)
      Sets the value of the property row.
      Property description:
    • getRow

      public final R getRow()
      Gets the value of the property row.
      Property description:
    • getCanvas

      public final RowCanvas<R> getCanvas()
    • startEditing

      public final void startEditing()
    • stopEditing

      public final void stopEditing()