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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    openPopupWindow(org.apache.wicket.markup.html.link.PopupSettings popupSettings, String url)
    Opens a popup window for a URL.
  • Field Details

  • Method Details

    • 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