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

Typparameter:
R - the row type
Alle implementierten Schnittstellen:
Styleable, EventTarget

public class RowControls<R extends Row<?,?,?>> extends HBox
A simple row controls view with only one button called "Edit". Pressing the button invokes GraphicsBase.startRowEditing(Row).
  • Konstruktordetails

    • RowControls

      public RowControls(GraphicsBase<R> graphics, R row)
      Constructs new row controls.
      Parameter:
      graphics - the target graphics view
      row - the row for which the controls will be used