| Class | Description |
|---|---|
| AbstractApplicationTableModel<R extends Serializable> |
Abstract model of a table.
|
| AbstractSelectTableAction<M extends AbstractApplicationTableModel> |
Abstract action to select a cell in a table.
|
| ApplicationTableModelValidatorDataLocator<R extends Serializable,T extends AbstractApplicationTableModel<R>> |
To locate data in a
AbstractApplicationTableModel. |
| ColumnIdentifier<R> |
To represent a column of a table.
|
| MoveToNextEditableCellAction<M extends AbstractApplicationTableModel> |
Action to select next editable cell in a table.
|
| MoveToNextEditableRowAction<M extends AbstractApplicationTableModel> |
Action to select next editable row in a table.
|
| MoveToPreviousEditableCellAction<M extends AbstractApplicationTableModel> |
Action to select previous editable cell in a table.
|
| MoveToPreviousEditableRowAction<M extends AbstractApplicationTableModel> |
Action to select previous editable row in a table.
|
Copyright © 2008–2018 Ultreia.io. All rights reserved.