Class TableEvent.NextCell
-
- All Implemented Interfaces:
public final class TableEvent.NextCell<T extends Object, C extends Object> extends TableEvent.CellTriggered<T, C>
-
-
Constructor Summary
Constructors Constructor Description TableEvent.NextCell(T row, Column<T, C> column, TableEvent.Direction direction)
-
Method Summary
Modifier and Type Method Description TgetRow()Column<T, C>getColumn()final TableEvent.DirectiongetDirection()final TableEvent.Focus<T, out Object>asFocusEvent(List<T> rows, List<Column<T, out Object>> columns)-
-
Constructor Detail
-
TableEvent.NextCell
TableEvent.NextCell(T row, Column<T, C> column, TableEvent.Direction direction)
-
-
Method Detail
-
getDirection
final TableEvent.Direction getDirection()
-
asFocusEvent
final TableEvent.Focus<T, out Object> asFocusEvent(List<T> rows, List<Column<T, out Object>> columns)
-
-
-
-