| AbstractSelectTableAction<M extends AbstractTuttiTableModel> |
Abstract action to select something in a table.
|
| AbstractTuttiTableModel<R extends Serializable> |
|
| AbstractTuttiTableUIHandler<R extends AbstractTuttiBeanUIModel,M extends AbstractTuttiTableUIModel<?,R,M>,UI extends TuttiUI<M,?>> |
|
| AbstractTuttiTableUIModel<E,R extends AbstractTuttiBeanUIModel,B extends AbstractTuttiTableUIModel<E,R,B>> |
|
| CaracteristicColumnIdentifier<R> |
To identify a column that represents a caracteristic.
|
| CaracteristicRow |
|
| ColumnIdentifier<R> |
|
| MoveToNextEditableCellAction<M extends AbstractTuttiTableModel> |
Action to select next editable cell in a table.
|
| MoveToNextEditableRowAction<M extends AbstractTuttiTableModel> |
Action to select next editable row in a table.
|
| MoveToPreviousEditableCellAction<M extends AbstractTuttiTableModel> |
Action to select previous editable cell in a table.
|
| MoveToPreviousEditableRowAction<M extends AbstractTuttiTableModel> |
Action to select previous editable row in a table.
|