public class PopupLinkRenderer extends org.apache.tapestry.link.DefaultLinkRenderer
Constructor and Description |
---|
PopupLinkRenderer() |
PopupLinkRenderer(java.lang.String windowName,
java.lang.String features)
Initializes the name and features for javascript window.open function.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
constructURL(org.apache.tapestry.components.ILinkComponent component,
org.apache.tapestry.IRequestCycle cycle) |
java.lang.String |
getFeatures() |
java.lang.String |
getWindowName() |
void |
setFeatures(java.lang.String features) |
void |
setWindowName(java.lang.String windowName) |
public PopupLinkRenderer()
public PopupLinkRenderer(java.lang.String windowName, java.lang.String features)
windowName
- the window namefeatures
- the window featuresprotected java.lang.String constructURL(org.apache.tapestry.components.ILinkComponent component, org.apache.tapestry.IRequestCycle cycle)
constructURL
in class org.apache.tapestry.link.DefaultLinkRenderer
DefaultLinkRenderer#constructURL(org.apache.tapestry.engine.ILink, String,
org.apache.tapestry.IRequestCycle)
public java.lang.String getWindowName()
public void setWindowName(java.lang.String windowName)
public java.lang.String getFeatures()
public void setFeatures(java.lang.String features)