java.lang.Object
tripleo.vendor.thinlet.objectwrapper.OWObject
tripleo.vendor.thinlet.objectwrapper.Row

public class Row extends OWObject
Row represent a row on a Table, and contains Cell, for each defined column
  • Constructor Details

  • Method Details

    • isSelected

      public boolean isSelected()
    • setSelected

      public void setSelected(boolean value)
    • addCell

      public void addCell(@NotNull @NotNull Cell child)
    • addCell

      public void addCell(@NotNull @NotNull Cell child, int index)
    • removeCell

      public void removeCell(@NotNull @NotNull Cell child)
    • removeAllCell

      public void removeAllCell()
    • getCellCount

      public int getCellCount()
    • getCell

      public Cell getCell(int index)
    • getCells

      public Cell @NotNull [] getCells()