com.im.ijc.widgets.table
Class WBTableFactory
java.lang.Object
com.im.ijc.widgets.common.GenericWidgetFactory
com.im.ijc.widgets.table.WBTableFactory
- All Implemented Interfaces:
- IJCWidgetFactory
public class WBTableFactory
- extends GenericWidgetFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WBTableFactory
public WBTableFactory()
getFactoryId
public String getFactoryId()
createUnboundWidget
public IJCWidget.DesignerHandle createUnboundWidget(DFView view)
createWidget
public IJCWidget.DesignerHandle createWidget(DFView view)
getDisplayName
public String getDisplayName()
restoreWidget
public IJCWidget.DesignerHandle restoreWidget(DFView view,
Object settings)
- Specified by:
restoreWidget in class GenericWidgetFactory
updateSettings
public Object updateSettings(Object settings,
Map<? extends DFField,? extends DFField> fieldsMapping)
- Specified by:
updateSettings in interface IJCWidgetFactory- Overrides:
updateSettings in class GenericWidgetFactory