Uses of Class
org.apache.wicket.markup.html.link.PopupSettings
-
Packages that use PopupSettings Package Description org.apache.wicket.markup.html.link Link components. -
-
Uses of PopupSettings in org.apache.wicket.markup.html.link
Methods in org.apache.wicket.markup.html.link that return PopupSettings Modifier and Type Method Description PopupSettings
ExternalLink. getPopupSettings()
Gets the popup specification.PopupSettings
Link. getPopupSettings()
Gets the popup specification.PopupSettings
PopupSettings. setHeight(int popupHeight)
Sets the popup window height.PopupSettings
PopupSettings. setLeft(int popupPositionLeft)
Sets the left position of the popup window.PopupSettings
PopupSettings. setTop(int popupPositionTop)
Sets the top position of the popup window.PopupSettings
PopupSettings. setWidth(int popupWidth)
Sets the popup window width.PopupSettings
PopupSettings. setWindowName(String popupWindowName)
Sets the window name.Methods in org.apache.wicket.markup.html.link with parameters of type PopupSettings Modifier and Type Method Description ExternalLink
ExternalLink. setPopupSettings(PopupSettings popupSettings)
Sets the popup specification.Link<T>
Link. setPopupSettings(PopupSettings popupSettings)
Sets the popup specification.
-