Package org.adempiere.webui.factory
Interface IEditorFactory
- All Known Implementing Classes:
DefaultEditorFactory
,SchedulerStateEditorFactory
public interface IEditorFactory
Factory interface for
GridField
editor- Author:
- hengsin
-
Method Summary
-
Method Details
-
getEditor
Get field editor- Parameters:
gridTab
-gridField
-tableEditor
-- Returns:
WEditor
-
getEditor
WEditor getEditor(GridTab gridTab, GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration) Get field editor- Parameters:
gridTab
-gridField
-tableEditor
-editorConfiguration
-- Returns:
WEditor
-