Interface IEditorFactory

  • All Known Implementing Classes:
    DefaultEditorFactory

    public interface IEditorFactory
    Author:
    hengsin
    • Method Detail

      • getEditor

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