Uses of Class
org.adempiere.webui.ClientInfo
Package
Description
Provide classes for initialization and entry point to iDempiere web client.
Provide entry point for access to UI extensions.
Provide entry point for access to UI extensions.
Provide interface and classes for implementation of iDempiere desktop
-
Uses of ClientInfo in org.adempiere.webui
Modifier and TypeMethodDescriptionstatic ClientInfo
ClientInfo.get()
Get current client info instanceAdempiereWebUI.getClientInfo()
default ClientInfo
IWebClient.getClientInfo()
Get current ClientInfo -
Uses of ClientInfo in org.adempiere.webui.desktop
Modifier and TypeMethodDescriptionAbstractDesktop.getClientInfo()
IDesktop.getClientInfo()
Get client (browser) infoModifier and TypeMethodDescriptionvoid
AbstractDesktop.setClientInfo
(ClientInfo clientInfo) void
DefaultDesktop.setClientInfo
(ClientInfo clientInfo) void
IDesktop.setClientInfo
(ClientInfo clientInfo) Set client (browser) infovoid
DashboardController.updateLayout
(ClientInfo clientInfo)