Uses of Class
org.adempiere.webui.ClientInfo
Packages that use 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
Methods in org.adempiere.webui that return ClientInfoModifier 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
Methods in org.adempiere.webui.desktop that return ClientInfoModifier and TypeMethodDescriptionAbstractDesktop.getClientInfo()
IDesktop.getClientInfo()
Get client (browser) infoMethods in org.adempiere.webui.desktop with parameters of type ClientInfoModifier and TypeMethodDescriptionvoid
AbstractDesktop.setClientInfo
(ClientInfo clientInfo) void
DefaultDesktop.setClientInfo
(ClientInfo clientInfo) void
IDesktop.setClientInfo
(ClientInfo clientInfo) Set client (browser) infovoid
DashboardController.updateLayout
(ClientInfo clientInfo)