Java org.apache.wicket.markup.html.link PopupSettings fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.link PopupSettings fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.link PopupSettings.

The text is from its open source code.

Subclass

org.apache.wicket.markup.html.link.PopupSettings has subclasses.
Click this link to see all its subclasses.

Field

intLOCATION_BAR
Flag to include location bar
intMENU_BAR
Flag to include menu bar
intRESIZABLE
Flag to make popup resizable
intSCROLLBARS
Flag to include scrollbars
intSTATUS_BAR
Flag to include status bar
intTOOL_BAR
Flag to include location bar

Constructor

Method

StringgetPopupJavaScript()
Get the onClick javascript event handler.
PopupSettingssetHeight(int popupHeight)
Sets the popup window height.
PopupSettingssetLeft(int popupPositionLeft)
Sets the left position of the popup window.
voidsetTarget(String target)
Sets the target of the link.
PopupSettingssetTop(int popupPositionTop)
Sets the top position of the popup window.
PopupSettingssetWidth(int popupWidth)
Sets the popup window width.
PopupSettingssetWindowName(String popupWindowName)
Sets the window name.