Interface ViewTopComponentsFactory


  • public interface ViewTopComponentsFactory
    Common interface for factories which are able to create a top component for a particular DFView using a given DFResultSet. Such factories are registered in system file system under IJC/ViewsTCFactories folder with file name corresponding to DFItem.getType().
    • Method Detail

      • createViewTC

        AbstractViewTopComponent createViewTC​(com.im.df.api.ddl.DFView view,
                                              com.im.df.api.dml.DFResultSet resultSet,
                                              com.im.commons.progress.DFEnvironmentRO env)