Uses of Class
org.apache.wicket.markup.html.link.PopupSettings

Packages that use PopupSettings
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
 PopupSettings Link.getPopupSettings()
          Gets the popup specification.
 PopupSettings ExternalLink.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
 Link<T> Link.setPopupSettings(PopupSettings popupSettings)
          Sets the popup specification.
 ExternalLink ExternalLink.setPopupSettings(PopupSettings popupSettings)
          Sets the popup specification.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.