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 GridField
WPAttributeDialog. getDateGridField(MAttribute attribute)
GridField
WPAttributeDialog. getGridField(MAttribute attribute)
GridField
WPAttributeDialog. getListTypeGridField(MAttribute attribute)
GridField
WPAttributeDialog. getNumberGridField(MAttribute attribute)
GridField
WPAttributeDialog. getStringGridField(MAttribute attribute)
void
WPAttributeDialog. setEditorAttribute(MAttribute attribute, WEditor editor)
String
WPAttributeDialog. setEditorValue(String mandatory, MAttribute attributes, WEditor editor)
void
WPAttributeDialog. 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 MAttribute
MAttribute. 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 ClientMAttribute
MAttribute. 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)
-