java.lang.Object
com.caplin.motif.config.definitions.common.TableRow

@Generated("org.openapitools.codegen.languages.SpringCodegen") public class TableRow extends Object
TableRow
  • Constructor Details

    • TableRow

      public TableRow()
    • TableRow

      public TableRow(List<TableCell> cells)
      Constructor with only required parameters
  • Method Details

    • cells

      public TableRow cells(List<TableCell> cells)
    • addCellsItem

      public TableRow addCellsItem(TableCell cellsItem)
    • getCells

      @NotNull public @NotNull List<TableCell> getCells()
      Get cells
      Returns:
      cells
    • setCells

      public void setCells(List<TableCell> cells)
    • table

      public TableRow table(List<Table> table)
    • addTableItem

      public TableRow addTableItem(Table tableItem)
    • getTable

      public List<Table> getTable()
      A nested table to be shown when the row is expanded. If no nested table is given the user is not able to expand the row
      Returns:
      table
    • setTable

      public void setTable(List<Table> table)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object