Uses of Class
org.compiere.model.MAttribute
Packages that use MAttribute
Package
Description
Provide implementation of various system dialog and windows
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MAttribute in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type MAttributeModifier and TypeMethodDescriptionWPAttributeDialog.getDateGridField
(MAttribute attribute) WPAttributeDialog.getGridField
(MAttribute attribute) Create GridField for attributeWPAttributeDialog.getNumberGridField
(MAttribute attribute) WPAttributeDialog.getStringGridField
(MAttribute attribute) void
WPAttributeDialog.setEditorAttribute
(MAttribute attribute, WEditor editor) Set value of editor from M_AttributeInstanceWPAttributeDialog.setEditorValue
(String mandatory, MAttribute attributes, WEditor editor) void
WPAttributeDialog.updateAttributeEditor
(MAttribute attribute, int index) Update value of editor -
Uses of MAttribute in org.compiere.model
Methods in org.compiere.model that return MAttributeModifier and TypeMethodDescriptionstatic MAttribute
MAttribute.get
(Properties ctx, int M_Attribute_ID) MAttributeSet.getMAttributes
(boolean instanceAttributes) Get instance or product attributesstatic MAttribute[]
MAttribute.getOfClient
(Properties ctx, boolean onlyProductAttributes, boolean onlyListAttributes) Get Attributes Of ClientMAttribute.markImmutable()
Constructors in org.compiere.model with parameters of type MAttributeModifierConstructorDescriptionMAttribute
(Properties ctx, MAttribute copy) Copy constructorMAttribute
(Properties ctx, MAttribute copy, String trxName) Copy constructorMAttribute
(MAttribute copy) Copy constructor