Package org.adempiere.webui.factory
Class DefaultEditorFactory
- java.lang.Object
-
- org.adempiere.webui.factory.DefaultEditorFactory
-
- All Implemented Interfaces:
IEditorFactory
public class DefaultEditorFactory extends Object implements IEditorFactory
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description DefaultEditorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WEditor
getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)
WEditor
getEditor(GridTab gridTab, GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
-
-
-
Method Detail
-
getEditor
public WEditor getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)
- Specified by:
getEditor
in interfaceIEditorFactory
- Returns:
WEditor
-
getEditor
public WEditor getEditor(GridTab gridTab, GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
- Specified by:
getEditor
in interfaceIEditorFactory
- Returns:
WEditor
-
-