com.microstrategy.web.objects.rw.RWHyperlinks |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract RWHyperlink |
add()
Adds a new hyperlink object
| ||||||||||
abstract void |
clear()
Removes all hyperlinks.
| ||||||||||
abstract Iterator | elements() | ||||||||||
abstract RWHyperlink | get(int index) | ||||||||||
abstract RWHyperlink |
remove(int id)
Removes a hyperlink.
| ||||||||||
abstract int | size() |
Removes all hyperlinks. This is equivalent to invoking
remove(int)
for all hyperlink identifiers.
Enumeration
of hyperlink instances.
index | the index (starting from 0) of the hyperlink instance in the list |
---|
IllegalArgumentException | thrown if there is no hyperlink at the given index. |
---|
Removes a hyperlink.
id | identifier of hyperlink to remove. |
---|