Klasse RowPane<R extends Row<?,?,?>>

Alle implementierten Schnittstellen:
Styleable, EventTarget

public class RowPane<R extends Row<?,?,?>> extends StackPane
Container representing one row inside a graphics skin. It combines the row canvas, optional header content, controls, and flip editor pane for the row.
  • Eigenschaftsdetails

  • Konstruktordetails

    • RowPane

      public RowPane(GraphicsBase<R> graphics)
      Constructs a new row pane for the given graphics control.
      Parameter:
      graphics - the graphics control
  • Methodendetails

    • getGraphics

      public final GraphicsBase<R> getGraphics()
      Returns the graphics control.
      Gibt zurück:
      the graphics control
    • getControlsNode

      public final Node getControlsNode()
      Returns the controls node.
      Gibt zurück:
      the controls node
    • rowProperty

      public final ObjectProperty<R> rowProperty()
      The row property.
      Gibt zurück:
      the row property
      Siehe auch:
    • setRow

      public final void setRow(R row)
      Legt den Wert der row-Eigenschaft fest.
      Eigenschaftsbeschreibung:
      The row property.
      Parameter:
      row - Wert für die Eigenschaft row
      Siehe auch:
    • getRow

      public final R getRow()
      Ruft den Wert der row-Eigenschaft ab.
      Eigenschaftsbeschreibung:
      The row property.
      Gibt zurück:
      Wert der Eigenschaft row
      Siehe auch:
    • getCanvas

      public final RowCanvas<R> getCanvas()
      Returns the row canvas.
      Gibt zurück:
      the row canvas
    • startEditing

      public final void startEditing()
      Starts editing the row.
    • stopEditing

      public final void stopEditing()
      Stops editing the row.