public interface FormTableFactory
| Modifier and Type | Method and Description |
|---|---|
FormTable<?> |
createFormTable()
Creates a formtable.
|
FormTable<?> |
createFormTable(TableModel model)
Creates a formtable for a given data model.
|
FormTableUtilityPopup |
createPopup()
Creates a popup.
|
static FormTableFactory |
getInstance()
The singleton.
|
static FormTableFactory getInstance()
FormTable<?> createFormTable()
FormTable<?> createFormTable(TableModel model)
model - the data modelFormTableUtilityPopup createPopup()
Tentackle - a domain driven enterprise framework