Uses of Class
org.compiere.model.MStyle
Packages that use MStyle
Package
Description
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*).
Provide interface and classes for report engine content rendering service
-
Uses of MStyle in org.compiere.model
Methods in org.compiere.model that return MStyleModifier and TypeMethodDescriptionstatic MStyle
MStyle.get
(int AD_Style_ID) Get MStyle from cache (immutable)static MStyle
MStyle.get
(Properties ctx, int AD_Style_ID) Get MStyle from cache (immutable)MStyle.markImmutable()
Constructors in org.compiere.model with parameters of type MStyleModifierConstructorDescriptionMStyle
(Properties ctx, MStyle copy) Copy constructorMStyle
(Properties ctx, MStyle copy, String trxName) Copy constructorCopy constructor -
Uses of MStyle in org.idempiere.print.renderer
Methods in org.idempiere.print.renderer with parameters of type MStyle