Uses of Class
org.compiere.model.MCtxHelpMsg
-
Packages that use MCtxHelpMsg Package Description org.adempiere.webui.window org.compiere.model Provides for.... -
-
Uses of MCtxHelpMsg in org.adempiere.webui.window
Constructors in org.adempiere.webui.window with parameters of type MCtxHelpMsg Constructor Description WCtxHelpSuggestion(MCtxHelpMsg ctxHelpMsg)
default constructor -
Uses of MCtxHelpMsg in org.compiere.model
Methods in org.compiere.model that return MCtxHelpMsg Modifier and Type Method Description static MCtxHelpMsg
MCtxHelpMsg. get(String ctxType, int recordId)
Get the context help message defined for the type, recordid, client, org (immutable)static MCtxHelpMsg
MCtxHelpMsg. get(Properties ctx, String ctxType, int recordId)
Get the context help message defined for the type, recordid, client, org (immutable)MCtxHelpMsg
MCtxHelpMsg. markImmutable()
Constructors in org.compiere.model with parameters of type MCtxHelpMsg Constructor Description MCtxHelpMsg(Properties ctx, MCtxHelpMsg copy)
MCtxHelpMsg(Properties ctx, MCtxHelpMsg copy, String trxName)
MCtxHelpMsg(MCtxHelpMsg copy)
-