Class TableEvent.InsertRow
-
- All Implemented Interfaces:
public final class TableEvent.InsertRow<T extends Object> extends TableEvent.ToRow<T>
-
-
Constructor Summary
Constructors Constructor Description TableEvent.InsertRow(T row, TableEvent.InsertPosition position, T emptyRow)
-
Method Summary
Modifier and Type Method Description TgetRow()final TableEvent.InsertPositiongetPosition()final TgetEmptyRow()-
-
Constructor Detail
-
TableEvent.InsertRow
TableEvent.InsertRow(T row, TableEvent.InsertPosition position, T emptyRow)
-
-
Method Detail
-
getPosition
final TableEvent.InsertPosition getPosition()
-
getEmptyRow
final T getEmptyRow()
-
-
-
-