Class DefaultEditorFactory

    • Constructor Detail

      • DefaultEditorFactory

        public DefaultEditorFactory()
    • Method Detail

      • getEditor

        public VEditor getEditor​(GridTab mTab,
                                 GridField mField,
                                 boolean tableEditor)
        Description copied from interface: IEditorFactory
        Create Editor for MField. The Name is set to the column name for dynamic display management
        Specified by:
        getEditor in interface IEditorFactory
        Parameters:
        mTab - MTab
        mField - MField
        tableEditor - true if table editor
        Returns:
        grid editor