com.microstrategy.web.objects.WebHyperLinkContainer |
![]()
RWGridGraphObject,
RWHTMLObject,
RWImageDef,
RWObject,
RWSelectorControlObject,
RWTextDef,
RWTextObject,
WebTemplateMetric,
WebTemplateUnit
|
The WebHyperLinkContainer interface represents a container which holds Hyperlinks. All Web Objects classes which can hold Hyperlinks implement this interface.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebHyperLinks |
getHyperLinks()
This method is used to get the collection of Hyperlinks defined in this container.
| ||||||||||
abstract WebHyperLink |
newHyperLink()
This method is used to create a new Hyperlink in this container.
|
This method is used to get the collection of Hyperlinks defined in this container. Returns Hyperlinks collection.
WebObjectsException |
---|
This method is used to create a new Hyperlink in this container. Returns a new Hyperlink object.
WebObjectsException |
---|