Uses of Class
org.adempiere.webui.adwindow.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
Modifier 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 instanceModifier and TypeMethodDescriptionvoid
AbstractADWindowContent.setADWindow
(ADWindow adwindow) Set parent AD window -
Uses of ADWindow in org.adempiere.webui.adwindow.validator
ModifierConstructorDescriptionWindowValidatorEvent
(ADWindow window, String name) WindowValidatorEvent
(ADWindow window, String name, Object data) -
Uses of ADWindow in org.adempiere.webui.component
Modifier and TypeMethodDescriptionstatic Tab.DecorateInfo
Helper method to create decorate info from adWindow info -
Uses of ADWindow in org.adempiere.webui.desktop
Modifier 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