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