Uses of Class
org.adempiere.webui.adwindow.ADWindow
Packages that use ADWindow
Package
Description
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Provide interface and classes for AD Window validation event implementation (beforeSave, beforePrint, etc).
Custom Zk components for iDempiere
Provide interface and classes for implementation of iDempiere desktop
Implement field editors
-
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) Get ADWindow instance by window numberAbstractADWindowContent.getADWindow()
Get parent AD window instanceMethods in org.adempiere.webui.adwindow with parameters of type ADWindowModifier and TypeMethodDescriptionvoid
AbstractADWindowContent.setADWindow
(ADWindow adwindow) Set parent AD window -
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) Open AD window in desktopvoid
IDesktop.openWindow
(int windowId, MQuery query, Callback<ADWindow> callback) Open AD window in desktopvoid
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