Uses of Class
org.compiere.model.MStatusLine
-
Packages that use MStatusLine Package Description org.compiere.model Provides for.... -
-
Uses of MStatusLine in org.compiere.model
Methods in org.compiere.model that return MStatusLine Modifier and Type Method Description static 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)MStatusLine
MStatusLine. markImmutable()
Constructors in org.compiere.model with parameters of type MStatusLine Constructor Description MStatusLine(Properties ctx, MStatusLine copy)
MStatusLine(Properties ctx, MStatusLine copy, String trxName)
MStatusLine(MStatusLine copy)
-