Class AbstractADWindowContent

java.lang.Object
org.adempiere.webui.part.AbstractUIPart
org.adempiere.webui.adwindow.AbstractADWindowContent
All Implemented Interfaces:
EventListener, ActionListener, ToolbarListener, ISupportMask, ITabOnSelectHandler, UIPart, DataStatusListener, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
Direct Known Subclasses:
ADWindowContent

public abstract class AbstractADWindowContent extends AbstractUIPart implements ToolbarListener, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>, DataStatusListener, ActionListener, ITabOnSelectHandler
Abstract model class for the content of AD Window (toolbar+breadcrumb+tabs+statusbar).
Version:
$Revision: 0.10 $
Author:
Ashley G Ramdass, Low Heng Sin, Cristina Ghita, www.arhipac.ro see FR [ 2877111 ] See identifiers columns when delete records https://sourceforge.net/p/adempiere/feature-requests/855/, hengsin, hengsin.low@idalica.com see FR [2887701] https://sourceforge.net/p/adempiere/feature-requests/866/, Teo Sarca, teo.sarca@gmail.com
  • BF [ 2992540 ] Grid/Panel not refreshed after process run https://sourceforge.net/p/adempiere/zk-web-client/418/
  • BF [ 2985892 ] Opening a window using a new record query is not working https://sourceforge.net/p/adempiere/zk-web-client/411/
    • Field Details

      • statusBar

        protected StatusBar statusBar
        status bar for message and record info
      • adTabbox

        protected IADTabbox adTabbox
        UI part for AD_Tabs
      • toolbar

        protected ADWindowToolbar toolbar
      • title

        protected String title
        window title
      • statusBarQF

        protected StatusBar statusBarQF
        Quick Form Status bar
      • quickFormOpenTabs

        protected ArrayList<Integer> quickFormOpenTabs
        Maintain no of quick form tabs open
      • lastFocusEditor

        protected org.zkoss.zk.ui.Component lastFocusEditor
        track last focus field editor component
      • adwindow

        protected ADWindow adwindow
      • showingOnExitDialog

        protected boolean showingOnExitDialog
        true if confirmation for exit dialog is visible
      • currQGV

        protected QuickGridView currQGV
        Implementation to work key listener for the current open Quick Form.
    • Constructor Details

      • AbstractADWindowContent

        public AbstractADWindowContent(Properties ctx, int windowNo, int adWindowId)
        Constructor
        Parameters:
        ctx -
        windowNo -
        adWindowId -
    • Method Details