com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.table
Class WBTableFactory

java.lang.Object
  extended by com.im.ijc.widgets.common.GenericWidgetFactory
      extended by com.im.ijc.widgets.table.WBTableFactory
All Implemented Interfaces:
IJCWidgetFactory

public class WBTableFactory
extends GenericWidgetFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.im.ijc.core.api.views.IJCWidgetFactory
IJCWidgetFactory.Provider
 
Constructor Summary
WBTableFactory()
           
 
Method Summary
 IJCWidget.DesignerHandle createUnboundWidget(DFView view)
           
 IJCWidget.DesignerHandle createWidget(DFView view)
           
 String getDisplayName()
           
 String getFactoryId()
           
 IJCWidget.DesignerHandle restoreWidget(DFView view, Object settings)
           
 Object updateSettings(Object settings, Map<? extends DFField,? extends DFField> fieldsMapping)
           
 
Methods inherited from class com.im.ijc.widgets.common.GenericWidgetFactory
getCompatibility, getFields, restoreWidget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WBTableFactory

public WBTableFactory()
Method Detail

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

com.im.ijc.widgets/1 5.9.1