Class TableRowsInfo


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

      Constructors 
      Constructor Description
      TableRowsInfo()
      Constructor.
      TableRowsInfo​(int rowsNumber, boolean insertBelow)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRowsNumber()
      Get the number of rows.
      boolean isInsertBelow()
      Check if we should insert below.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableRowsInfo

        public TableRowsInfo()
        Constructor.
      • TableRowsInfo

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

      • 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.