This event class is used for the events generated by HyperlinkCtrl.
To process input from a HyperlinkCtrl, use one of these event handler macros to direct input to member function that take a HyperlinkEvent argument:
| evt_hyperlink(id) { | event | ... } | User clicked on an hyperlink. |
HyperlinkEvent.new(Object generator, Integer id,
String url)
The constructor is not normally used by the user code.
String get_url()
Returns the URL of the hyperlink where the user has just clicked.
set_url(String url)
Sets the URL associated with the event.
[This page automatically generated from the Textile source at Thu May 01 00:50:39 +0100 2008]