|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.grid.ed.VEditorFactory
public class VEditorFactory
Factory for VEditor and its Label for single Row display and multi row-editor
for multi-row display| Constructor Summary | |
|---|---|
VEditorFactory()
|
|
| Method Summary | |
|---|---|
static VEditor |
getEditor(GridField mField,
boolean tableEditor)
Create Editor for MField. |
static VEditor |
getEditor(GridTab mTab,
GridField mField,
boolean tableEditor)
Create Editor for MField. |
static CLabel |
getLabel(GridField mField)
Create Label for MField. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VEditorFactory()
| Method Detail |
|---|
public static VEditor getEditor(GridField mField,
boolean tableEditor)
mField - MFieldtableEditor - true if table editor
public static VEditor getEditor(GridTab mTab,
GridField mField,
boolean tableEditor)
mTab - MTabmField - MFieldtableEditor - true if table editor
public static CLabel getLabel(GridField mField)
mField - MField
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||