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 TypeMethodDescriptionint
Get the number of rows.boolean
Check 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
-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.
-