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

Type Parameters:
R - the row type
All Implemented Interfaces:
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).
  • Constructor Details

    • RowControls

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