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
Fields Modifier and Type Field Description static int
DEFAULT_POPUP_SETTINGS
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
DEFAULT_POPUP_SETTINGS
static final int DEFAULT_POPUP_SETTINGS
- See Also:
- Constant Field Values
-
-
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
-
-