Uses of Class
org.compiere.model.MStatusLine
Packages that use MStatusLine
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*).
-
Uses of MStatusLine in org.compiere.model
Methods in org.compiere.model that return MStatusLineModifier and TypeMethodDescriptionstatic MStatusLine
MStatusLine.getSL
(int window_ID, int tab_ID, int table_ID) Get the status line defined for the window|tab|table (immutable)static MStatusLine[]
MStatusLine.getStatusLinesWidget
(int window_ID, int tab_ID, int table_ID) Get the widget lines defined for the window and tab and table (immutable)static MStatusLine[]
MStatusLine.getStatusLinesWidget
(int window_ID, int tab_ID, int table_ID, int infoWindow_ID) Get the widget lines defined for the window and tab and table and info window (immutable)MStatusLine.markImmutable()
Constructors in org.compiere.model with parameters of type MStatusLineModifierConstructorDescriptionMStatusLine
(Properties ctx, MStatusLine copy) Copy constructorMStatusLine
(Properties ctx, MStatusLine copy, String trxName) Copy constructorMStatusLine
(MStatusLine copy) Copy constructor