SUIOpenLink
class SUIOpenLink
Component used to open links.
See the SUIOpenLink component topic to learn more about SUIOpenLink.
public class SUIOpenLink extends Component
— Constructors (1) —
| Constructor | Description |
|---|---|
| SUIOpenLink() | Creates a new SUIOpenLink. |
— Methods (3) —
| Name | Description |
|---|---|
| String getURL() | Returns a String with the current URL. |
| void setURL(String URL) | Sets the current URL. |
| void openURL() | Opens the current URL. |