Uses of Class
org.compiere.model.MChatEntry
-
Packages that use MChatEntry Package Description org.adempiere.webui.window org.compiere.model Provides for.... -
-
Uses of MChatEntry in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type MChatEntry Modifier and Type Method Description protected void
WChat. addEntry(MChatEntry entry)
protected Button
WChat. createReplyButton(MChatEntry entry)
protected Label
WChat. createTimestampLabel(MChatEntry entry)
protected Label
WChat. createUserNameLabel(MChatEntry entry)
-
Uses of MChatEntry in org.compiere.model
Methods in org.compiere.model that return MChatEntry Modifier and Type Method Description MChatEntry[]
MChat. getEntries(boolean reload)
Get EntriesConstructors in org.compiere.model with parameters of type MChatEntry Constructor Description MChatEntry(MChatEntry peer, String data)
Thread Constructor
-