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 PopupSettingsExternalLink. getPopupSettings()Gets the popup specification.PopupSettingsLink. getPopupSettings()Gets the popup specification.PopupSettingsPopupSettings. setHeight(int popupHeight)Sets the popup window height.PopupSettingsPopupSettings. setLeft(int popupPositionLeft)Sets the left position of the popup window.PopupSettingsPopupSettings. setTop(int popupPositionTop)Sets the top position of the popup window.PopupSettingsPopupSettings. setWidth(int popupWidth)Sets the popup window width.PopupSettingsPopupSettings. setWindowName(java.lang.String popupWindowName)Sets the window name.Methods in org.apache.wicket.markup.html.link with parameters of type PopupSettings Modifier and Type Method Description ExternalLinkExternalLink. setPopupSettings(PopupSettings popupSettings)Sets the popup specification.Link<T>Link. setPopupSettings(PopupSettings popupSettings)Sets the popup specification.
-