Uses of Class
org.adempiere.webui.adwindow.ADWindow
Packages that use ADWindow
Package
Description
-
Uses of ADWindow in org.adempiere.webui.adwindow
Fields in org.adempiere.webui.adwindow declared as ADWindowMethods in org.adempiere.webui.adwindow that return ADWindowModifier and TypeMethodDescriptionstatic ADWindow
ADWindow.findADWindow
(org.zkoss.zk.ui.Component comp) Find ADWindow instance that's the ancestor of compstatic ADWindow
ADWindow.get
(int windowNo) AbstractADWindowContent.getADWindow()
Methods in org.adempiere.webui.adwindow with parameters of type ADWindow -
Uses of ADWindow in org.adempiere.webui.adwindow.validator
Methods in org.adempiere.webui.adwindow.validator that return ADWindowConstructors in org.adempiere.webui.adwindow.validator with parameters of type ADWindowModifierConstructorDescriptionWindowValidatorEvent
(ADWindow window, String name) WindowValidatorEvent
(ADWindow window, String name, Object data) -
Uses of ADWindow in org.adempiere.webui.component
Methods in org.adempiere.webui.component with parameters of type ADWindowModifier and TypeMethodDescriptionstatic Tab.DecorateInfo
Helper method to create decorate info from adWindow info -
Uses of ADWindow in org.adempiere.webui.desktop
Method parameters in org.adempiere.webui.desktop with type arguments of type ADWindowModifier and TypeMethodDescriptionvoid
IDesktop.openWindow
(int windowId, Callback<ADWindow> callback) void
IDesktop.openWindow
(int windowId, MQuery query, Callback<ADWindow> callback) void
TabbedDesktop.openWindow
(int windowId, Callback<ADWindow> callback) void
TabbedDesktop.openWindow
(int windowId, MQuery query, Callback<ADWindow> callback) -
Uses of ADWindow in org.adempiere.webui.editor
Fields in org.adempiere.webui.editor declared as ADWindow