Uses of Class
org.adempiere.webui.ClientInfo
-
Packages that use ClientInfo Package Description org.adempiere.webui org.adempiere.webui.desktop -
-
Uses of ClientInfo in org.adempiere.webui
Methods in org.adempiere.webui that return ClientInfo Modifier and Type Method Description static ClientInfo
ClientInfo. get()
ClientInfo
AdempiereWebUI. getClientInfo()
default ClientInfo
IWebClient. getClientInfo()
-
Uses of ClientInfo in org.adempiere.webui.desktop
Methods in org.adempiere.webui.desktop that return ClientInfo Modifier and Type Method Description ClientInfo
AbstractDesktop. getClientInfo()
ClientInfo
IDesktop. getClientInfo()
Methods in org.adempiere.webui.desktop with parameters of type ClientInfo Modifier and Type Method Description void
AbstractDesktop. setClientInfo(ClientInfo clientInfo)
void
DefaultDesktop. setClientInfo(ClientInfo clientInfo)
void
IDesktop. setClientInfo(ClientInfo clientInfo)
void
DashboardController. updateLayout(ClientInfo clientInfo)
-