Interface IPopupBase<I extends IPopupBase>

  • All Superinterfaces:
    IComponent<I>, IHtmlBasedComponent<I>, IXulElement<I>
    All Known Subinterfaces:
    IMenupopup, IPopup<I>

    public interface IPopupBase<I extends IPopupBase>
    extends IXulElement<I>
    Immutable Popup base component

    Support @Action

    Name Action Type
    onOpen ActionData: OpenData
    Denotes user has opened or closed a component.

    Position

    You can simply specify a popup's position when attaching to a component by

    • built-in position
    • x, y coordinate

    ZK supports the following position string:

    Author:
    katherine