nl.gx.webmanager.cms.core
Interface RelatedInternalLink

All Superinterfaces:
RelatedLink, Wrapper

public interface RelatedInternalLink
extends RelatedLink

Extends RelatedLink with a method to get the internal Page that is refered to.

See Also:
RelatedLink

Method Summary
 Page getPage()
           
 void setPage(Page page)
          Set the page this link will link to by this RelatedLink
 
Methods inherited from interface nl.gx.webmanager.cms.core.RelatedLink
getCode, getEditLink, getLink, getLink, getLinkModel, getPopUpProperties, getTarget, setCode, setLinkModel
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getPage

Page getPage()
Returns:
the page that is linked to by this RelatedLink

setPage

void setPage(Page page)
Set the page this link will link to by this RelatedLink

Parameters:
page - the page to link to
Since:
9.12.0


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