Uses of Class
org.compiere.model.MAttribute
-
Packages that use MAttribute Package Description org.adempiere.webui.window org.compiere.model Provides for.... -
-
Uses of MAttribute in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type MAttribute Modifier and Type Method Description GridFieldWPAttributeDialog. getDateGridField(MAttribute attribute)GridFieldWPAttributeDialog. getGridField(MAttribute attribute)GridFieldWPAttributeDialog. getListTypeGridField(MAttribute attribute)GridFieldWPAttributeDialog. getNumberGridField(MAttribute attribute)GridFieldWPAttributeDialog. getStringGridField(MAttribute attribute)voidWPAttributeDialog. setEditorAttribute(MAttribute attribute, WEditor editor)StringWPAttributeDialog. setEditorValue(String mandatory, MAttribute attributes, WEditor editor)voidWPAttributeDialog. updateAttributeEditor(MAttribute attribute, int index) -
Uses of MAttribute in org.compiere.model
Methods in org.compiere.model that return MAttribute Modifier and Type Method Description static MAttributeMAttribute. get(Properties ctx, int M_Attribute_ID)MAttribute[]MAttributeSet. getMAttributes(boolean instanceAttributes)Get Attribute Arraystatic MAttribute[]MAttribute. getOfClient(Properties ctx, boolean onlyProductAttributes, boolean onlyListAttributes)Get Attributes Of ClientMAttributeMAttribute. markImmutable()Constructors in org.compiere.model with parameters of type MAttribute Constructor Description MAttribute(Properties ctx, MAttribute copy)MAttribute(Properties ctx, MAttribute copy, String trxName)MAttribute(MAttribute copy)
-