nl.gx.webmanager.cms.core
Interface PopupLinkOptions

All Superinterfaces:
LinkModelOptions

public interface PopupLinkOptions
extends LinkModelOptions

Holds configuration information about a link model which opens in a pop up window.

Since:
9.12.0

Method Summary
 int getPopupHeight()
          Return the popup height
 int getPopupWidth()
          Return the popup width
 boolean isPopup()
          Return if this model is a popup
 boolean isPopupResizable()
          Return if this models' popup is resizable
 

Method Detail

isPopup

boolean isPopup()
Return if this model is a popup

Returns:
is this model a popup

getPopupHeight

int getPopupHeight()
Return the popup height

Returns:
the popup height

getPopupWidth

int getPopupWidth()
Return the popup width

Returns:
the popup width

isPopupResizable

boolean isPopupResizable()
Return if this models' popup is resizable

Returns:
is this models popup resizable


Copyright © 2007-2011 GX Software BV. All Rights Reserved.