Package org.adempiere.ui.swing.factory
Class DefaultEditorFactory
- java.lang.Object
-
- org.adempiere.ui.swing.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 VEditor
getEditor(GridTab mTab, GridField mField, boolean tableEditor)
Create Editor for MField.
-
-
-
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 interfaceIEditorFactory
- Parameters:
mTab
- MTabmField
- MFieldtableEditor
- true if table editor- Returns:
- grid editor
-
-