Package org.adempiere.webui.editor
Class WebEditorFactory
- java.lang.Object
-
- org.adempiere.webui.editor.WebEditorFactory
-
public class WebEditorFactory extends Object
- Version:
- $Revision: 0.10 $
- Author:
- Ashley G Ramdass, Low Heng Sin
-
-
Constructor Summary
Constructors Constructor Description WebEditorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WEditor
getEditor(GridField gridField, boolean tableEditor)
static WEditor
getEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
static WEditor
getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)
static WEditor
getEditor(GridTab gridTab, GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
-
-
-
Method Detail
-
getEditor
public static WEditor getEditor(GridField gridField, boolean tableEditor)
- Parameters:
gridField
-tableEditor
-- Returns:
- WEditor for GridField
-
getEditor
public static WEditor getEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
- Parameters:
gridField
-tableEditor
-editorConfiguration
-- Returns:
WEditor
-
getEditor
public static WEditor getEditor(GridTab gridTab, GridField gridField, boolean tableEditor)
- Parameters:
gridTab
-gridField
-tableEditor
-- Returns:
WEditor
-
getEditor
public static WEditor getEditor(GridTab gridTab, GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
- Parameters:
gridTab
-gridField
-tableEditor
-editorConfiguration
-- Returns:
WEditor
-
-