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

Alle implementierten Schnittstellen:
Styleable, EventTarget, Skinnable

public class RowCell<R extends Row<?,?,?>> extends ListCell<R>
List cell implementation that hosts a RowPane. It keeps the row pane bound to the current row item and sized to fill the list cell.
  • Konstruktordetails

    • RowCell

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

    • layoutChildren

      protected void layoutChildren()
      Lays out the row cell children.
      Setzt außer Kraft:
      layoutChildren in Klasse Cell<R extends Row<?,?,?>>
    • getRowPane

      public final RowPane<R> getRowPane()
      Returns the row pane.
      Gibt zurück:
      the row pane