Interface ISupportMask

    • Method Detail

      • showMask

        void showMask()
        show mask over this component when override, remember call Component.setAttribute(String, Object, int) with key is READY_SHOW_MASK_FLAG value is Integer(1) and scope is Component.REQUEST_SCOPE by call LayoutUtils
      • hideMask

        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 READY_SHOW_MASK_FLAG at scope Component.REQUEST_SCOPE in attribute by call LayoutUtils if exists flag, don't hidden mask
      • getMaskObj

        Mask getMaskObj()
        return cache object or make new object and return
        Returns:
      • getMaskComponent

        org.zkoss.zk.ui.Component getMaskComponent()
        return self if is a component or return component it manage if AbstractUIPart is implement this interface, return UIPart.getComponent()
        Returns: