Uses of Class
org.compiere.model.MField
-
Packages that use MField Package Description org.compiere.apps.form org.compiere.model Provides for.... -
-
Uses of MField in org.compiere.apps.form
Methods in org.compiere.apps.form that return MField Modifier and Type Method Description MField
TabEditor. getActiveMField()
protected MField
TabEditor. getMField(int fieldid)
protected MField
TabEditor. loadUserDefField(MField field)
Load MUserDefField data to MFieldMethods in org.compiere.apps.form that return types with arguments of type MField Modifier and Type Method Description List<MField>
TabEditor. getMFields()
Methods in org.compiere.apps.form with parameters of type MField Modifier and Type Method Description String
TabEditor. getFieldGroup(MField field)
Return the name of the group field of the fieldString
TabEditor. getFieldGroupType(MField field)
Return the type of the group field of the fieldprotected GridField
TabEditor. getGridField(MField field)
protected MField
TabEditor. loadUserDefField(MField field)
Load MUserDefField data to MFieldprotected void
TabEditor. saveUserDefField(MField field)
Convert MField to MUserDefField and saveprotected void
TabEditor. setActiveMField(MField field)
void
TabEditor. updateFieldList(MField field)
Update the current field list with new reloaded values for a field -
Uses of MField in org.compiere.model
Methods in org.compiere.model that return MField Modifier and Type Method Description static MField
MField. get(int AD_Field_ID)
static MField
MField. get(Properties ctx, int AD_Field_ID)
MField[]
MTab. getFields(boolean reload, String trxName)
Get FieldsMField
MField. markImmutable()
Constructors in org.compiere.model with parameters of type MField Constructor Description MField(Properties ctx, MField copy)
MField(Properties ctx, MField copy, String trxName)
MField(MField copy)
MField(MTab parent, MField from)
Copy Constructor
-