Interface IPopupService

  • All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, Serializable

    public interface IPopupService
    extends org.apache.wicket.util.io.IClusterable
    Opens a popup window for a URL.
    • Method Detail

      • openPopupWindow

        void openPopupWindow​(org.apache.wicket.markup.html.link.PopupSettings popupSettings,
                             String url)
        Opens a popup window for a URL.
        Parameters:
        popupSettings -
        url - the URL to open