Class ADWindow

    • Constructor Detail

      • ADWindow

        public ADWindow​(Properties ctx,
                        int adWindowId)
        Parameters:
        ctx -
        adWindowId -
      • ADWindow

        public ADWindow​(Properties ctx,
                        int adWindowId,
                        MQuery query)
        Parameters:
        ctx -
        adWindowId -
        query -
    • Method Detail

      • getTitle

        public String getTitle()
        Returns:
        title of window
      • getMImage

        public MImage getMImage()
        Returns:
        image for the country
      • doCreatePart

        protected org.zkoss.zk.ui.Component doCreatePart​(org.zkoss.zk.ui.Component parent)
        Specified by:
        doCreatePart in class AbstractUIPart
      • getComponent

        public org.zkoss.zk.ui.Component getComponent()
      • getADWindowContent

        public ADWindowContent getADWindowContent()
        Returns:
        ADWindowContent
      • getTabToolbarRestrictList

        public List<String> getTabToolbarRestrictList​(int AD_Tab_ID)
      • getWindowToolbarRestrictList

        public List<String> getWindowToolbarRestrictList()
      • getWindowAdvancedButtonList

        public List<String> getWindowAdvancedButtonList()
      • getAD_Window_ID

        public int getAD_Window_ID()
      • getAD_Window_UU

        public String getAD_Window_UU()
      • get

        public static ADWindow get​(int windowNo)
        Parameters:
        windowNo -
        Returns:
        adwindow instance for windowNo ( if any )
      • findADWindow

        public static ADWindow findADWindow​(org.zkoss.zk.ui.Component comp)
        Parameters:
        comp -
        Returns:
        adwindow instance if found, null otherwise