org.apache.tapestry.contrib.popup
Class PopupLink
java.lang.Object
org.apache.tapestry.spec.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.BaseComponent
org.apache.tapestry.contrib.popup.PopupLink
- All Implemented Interfaces:
- IComponent, ILocatable, ILocationHolder, IRender
public class PopupLink
- extends BaseComponent
This component provides a popup link to launch a new window using a given
href, windowName and windowFeatures for the javascript function:
window.open(URL, windowName, windowFeatures).
[Component Reference]
- Version:
- $Id: PopupLink.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Joe Panico
Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, cleanupAfterRender, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, format, format, format, format, formatString, formatString, formatString, formatString, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, toString |
DEFAULT_WINDOW_NAME
public static final String DEFAULT_WINDOW_NAME
- The default popup window name 'popuplink_window'.
- See Also:
- Constant Field Values
PopupLink
public PopupLink()
getHrefBinding
public IBinding getHrefBinding()
setHrefBinding
public void setHrefBinding(IBinding hrefBinding)
getWindowNameBinding
public IBinding getWindowNameBinding()
setWindowNameBinding
public void setWindowNameBinding(IBinding windowNameBinding)
getFeaturesBinding
public IBinding getFeaturesBinding()
setFeaturesBinding
public void setFeaturesBinding(IBinding featuresBinding)
getHref
public String getHref()
getWindowName
public String getWindowName()
getFeatures
public String getFeatures()
getPopupFunctionName
public String getPopupFunctionName()