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

Packages that use PopupSettings
wicket.markup.html.link Link components. 
 

Uses of PopupSettings in wicket.markup.html.link
 

Methods in 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(java.lang.String popupWindowName)
          Sets the window name.
 

Methods in wicket.markup.html.link with parameters of type PopupSettings
 Link Link.setPopupSettings(PopupSettings popupSettings)
          Sets the popup specification.
 ExternalLink ExternalLink.setPopupSettings(PopupSettings popupSettings)
          Sets the popup specification.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.