Class TableRowsInfo
java.lang.Object
ro.sync.ecss.extensions.commons.table.operations.TableRowsInfo
Contains information about the rows to be inserted.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.TableRowsInfo(int rowsNumber, boolean insertBelow) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionintGet the number of rows.booleanCheck if we should insert below.
-
Constructor Details
-
TableRowsInfo
public TableRowsInfo()Constructor. -
TableRowsInfo
public TableRowsInfo(int rowsNumber, boolean insertBelow) Constructor.- Parameters:
rowsNumber- The number of rows.insertBelow-trueto 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
trueif we should insert below.
-