Class TableRowsInfo
- java.lang.Object
-
- ro.sync.ecss.extensions.commons.table.operations.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.
-