@Service(value=UIFactory.class) public class DefaultUIFactory extends Object implements UIFactory
| Constructor and Description |
|---|
DefaultUIFactory() |
| Modifier and Type | Method and Description |
|---|---|
FormTable<?> |
createFormTable()
Creates a formtable.
|
FormTable<?> |
createFormTable(TableModel model)
Creates a formtable for a given data model.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic FormTable<?> createFormTable()
UIFactorycreateFormTable in interface UIFactorypublic FormTable<?> createFormTable(TableModel model)
UIFactorycreateFormTable in interface UIFactorymodel - the data modelCopyright © 2016 Krake Softwaretechnik. All rights reserved.