Uses of Interface
org.adempiere.webui.IWebClient
-
Packages that use IWebClient Package Description org.adempiere.webui org.adempiere.webui.session org.adempiere.webui.window -
-
Uses of IWebClient in org.adempiere.webui
Classes in org.adempiere.webui that implement IWebClient Modifier and Type Class Description class
AdempiereWebUI
Constructors in org.adempiere.webui with parameters of type IWebClient Constructor Description WLogin(IWebClient app)
-
Uses of IWebClient in org.adempiere.webui.session
Methods in org.adempiere.webui.session that return IWebClient Modifier and Type Method Description static IWebClient
SessionManager. getSessionApplication()
Methods in org.adempiere.webui.session with parameters of type IWebClient Modifier and Type Method Description static void
SessionManager. setSessionApplication(IWebClient app)
-
Uses of IWebClient in org.adempiere.webui.window
Fields in org.adempiere.webui.window declared as IWebClient Modifier and Type Field Description protected IWebClient
LoginWindow. app
Methods in org.adempiere.webui.window with parameters of type IWebClient Modifier and Type Method Description void
LoginWindow. init(IWebClient app)
-