Uses of Class
org.compiere.model.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
Modifier 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
Modifier 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()
ModifierConstructorDescriptionMAttribute
(Properties ctx, MAttribute copy) Copy constructorMAttribute
(Properties ctx, MAttribute copy, String trxName) Copy constructorMAttribute
(MAttribute copy) Copy constructor