Class TableEvent.ShowInsertRow
-
- All Implemented Interfaces:
public final class TableEvent.ShowInsertRow<T extends Object> extends TableEvent.ToRow<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final Trowprivate final TableEvent.InsertPositionposition
-
Constructor Summary
Constructors Constructor Description TableEvent.ShowInsertRow(T row, TableEvent.InsertPosition position)
-
Method Summary
Modifier and Type Method Description TgetRow()final TableEvent.InsertPositiongetPosition()-
-
Constructor Detail
-
TableEvent.ShowInsertRow
TableEvent.ShowInsertRow(T row, TableEvent.InsertPosition position)
-
-
Method Detail
-
getPosition
final TableEvent.InsertPosition getPosition()
-
-
-
-