Package org.hippoecm.frontend.service
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
openPopupWindow
(org.apache.wicket.markup.html.link.PopupSettings popupSettings, String url) Opens a popup window for a URL.
-
Field Details
-
DEFAULT_POPUP_SETTINGS
static final int DEFAULT_POPUP_SETTINGS- See Also:
-
-
Method Details
-
openPopupWindow
Opens a popup window for a URL.- Parameters:
popupSettings
-url
- the URL to open
-