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 MFieldTabEditor. getActiveMField()protected MFieldTabEditor. getMField(int fieldid)protected MFieldTabEditor. 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 StringTabEditor. getFieldGroup(MField field)Return the name of the group field of the fieldStringTabEditor. getFieldGroupType(MField field)Return the type of the group field of the fieldprotected GridFieldTabEditor. getGridField(MField field)protected MFieldTabEditor. loadUserDefField(MField field)Load MUserDefField data to MFieldprotected voidTabEditor. saveUserDefField(MField field)Convert MField to MUserDefField and saveprotected voidTabEditor. setActiveMField(MField field)voidTabEditor. 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 MFieldMField. get(int AD_Field_ID)static MFieldMField. get(Properties ctx, int AD_Field_ID)MField[]MTab. getFields(boolean reload, String trxName)Get FieldsMFieldMField. 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
-