Class AbstractUIPart

    • Field Detail

      • page

        protected org.zkoss.zk.ui.Page page
    • Constructor Detail

      • AbstractUIPart

        public AbstractUIPart()
    • Method Detail

      • createPart

        public org.zkoss.zk.ui.Component createPart​(Object parent)
        Specified by:
        createPart in interface UIPart
      • doCreatePart

        protected abstract org.zkoss.zk.ui.Component doCreatePart​(org.zkoss.zk.ui.Component parent)
      • hideMask

        public void hideMask()
        Hide mask. at code call showMask will hand reference to this object. and call this function in handle close event of window when override, remember check exists of key ISupportMask.READY_SHOW_MASK_FLAG at scope Component.REQUEST_SCOPE in attribute by call LayoutUtils if exists flag, don't hidden mask
        Specified by:
        hideMask in interface ISupportMask
      • getMaskObj

        public Mask getMaskObj()
        return cache object or make new object and return
        Specified by:
        getMaskObj in interface ISupportMask
        Returns: