Package com.microstrategy.web.objects
Interface WebHyperLinkContainer
-
- All Known Subinterfaces:
RWConditionSelectorControlObject,RWGridGraphObject,RWHTMLObject,RWImageDef,RWObject,RWSelectorControlObject,RWTextDef,RWTextObject,WebTemplateMetric,WebTemplateUnit
- All Known Implementing Classes:
RWConditionSelectorControlObjectImpl
public interface WebHyperLinkContainerThe WebHyperLinkContainer interface represents a container which holds Hyperlinks. All Web Objects classes which can hold Hyperlinks implement this interface.- Since:
- MicroStrategy Web 8.1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebHyperLinksgetHyperLinks()This method is used to get the collection of Hyperlinks defined in this container.WebHyperLinknewHyperLink()This method is used to create a new Hyperlink in this container.
-
-
-
Method Detail
-
getHyperLinks
WebHyperLinks getHyperLinks() throws WebObjectsException
This method is used to get the collection of Hyperlinks defined in this container. Returns Hyperlinks collection.- Returns:
WebHyperLinks.- Throws:
WebObjectsException
-
newHyperLink
WebHyperLink newHyperLink() throws WebObjectsException
This method is used to create a new Hyperlink in this container. Returns a new Hyperlink object.- Returns:
WebHyperLink.- Throws:
WebObjectsException- Since:
- MicroStrategy Web 9.0.0
-
-