java.lang.Object
ro.sync.ecss.extensions.commons.table.operations.TableRowsInfo

@API(type=INTERNAL, src=PUBLIC) public class TableRowsInfo extends Object
Contains information about the rows to be inserted.
  • Constructor Details

    • TableRowsInfo

      public TableRowsInfo()
      Constructor.
    • TableRowsInfo

      public TableRowsInfo(int rowsNumber, boolean insertBelow)
      Constructor.
      Parameters:
      rowsNumber - The number of rows.
      insertBelow - true to insert below.
  • Method Details

    • getRowsNumber

      public int getRowsNumber()
      Get the number of rows.
      Returns:
      Returns the rows number.
    • isInsertBelow

      public boolean isInsertBelow()
      Check if we should insert below.
      Returns:
      Returns true if we should insert below.