|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelatedLink
Meta information for related links. In GX WebManager, each page has a list of related links. Each of those links has a code. Links on the page link to the code and GX WebManager resolves the code to the actual link when it displays the page.
ElementHolder,
RelatedInternalLink,
RelatedExternalLink,
RelatedResourceLink,
RelatedDownloadLink,
RelatedMediaItemLink| Method Summary | |
|---|---|
java.lang.String |
getCode()
RelatedLinks have a code. |
Link |
getEditLink()
Return the link object to be used in the Edit environment Returns the same result as getLink when the target object is 'published', but returns a valid link instead of null when the target object is 'planned'. |
Link |
getLink()
The Link object for this RelatedLink. |
Link |
getLink(java.lang.String linkText,
java.lang.String className)
Return a Link object with an alternative linkText and className. |
LinkModel |
getLinkModel()
Get the link model for this link |
java.lang.String |
getPopUpProperties()
Return onClick javascript to open a popup. |
java.lang.String |
getTarget()
Return value for the target attribute in the <a> tag. |
void |
setCode(java.lang.String code)
Set the code for the RelatedLink |
void |
setLinkModel(LinkModel linkModel)
Sets the link model to be used when generating the link |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
java.lang.String getCode()
void setCode(java.lang.String code)
code - the code.Link getLink()
Link getEditLink()
Link getLink(java.lang.String linkText,
java.lang.String className)
linkText - descriptionclassName - css class
java.lang.String getPopUpProperties()
java.lang.String getTarget()
target="_blank".
LinkModel getLinkModel()
void setLinkModel(LinkModel linkModel)
linkModel - The link model
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||