| Package | Description |
|---|---|
| org.tentackle.swing |
Extended Swing layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormTableMap<T>
Generic mapping of the rows within a FormTable.
Implementing a sorter is easily done by subclassing FormTableMap. |
class |
FormTableModel<T>
Table-model for
FormTables. |
class |
FormTableSorter<T>
A table model and mapper to sort rows.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractFormTableModel<T> |
FormTableMap.model
chained table model
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFormTableModel<T> |
FormTableMap.getModel()
Gets the table model this table mapper maps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormTableMap.setModel(AbstractFormTableModel<T> model)
Sets the table model.
|
void |
SumFormTableEntry.sumUp(AbstractFormTableModel model)
Sums up all numeric column in the model.
|
| Constructor and Description |
|---|
FormTableMap(AbstractFormTableModel<T> model)
Creates a form table map on top of a given table model.
|
FormTableSorter(AbstractFormTableModel<T> model)
Create a form table sorter on top of a given table model.
|
SumFormTableEntry(AbstractFormTableModel model)
Creates a SumFormTableEntry for a given table model.
|
Tentackle - distributed, domain- and model-driven