| java.lang.Object com.javelin.swinglets.SLink
SLink | public class SLink (Code) | | SLink defines a hypelink.
author: Robin Sharp |
Constructor Summary | |
public | SLink() Creates a Hyperlink. | public | SLink(String url) Creates a Hyperlink. | public | SLink(String url, String target) Creates a Hyperlink, with a target. | public | SLink(SDialog dialog) Creates a link that will open a dialog. |
SLink | public SLink()(Code) | | Creates a Hyperlink. If the URL is the component that this link is
part of (e.g. Label or Icon) will be called back with an action event.
|
SLink | public SLink(String url, String target)(Code) | | Creates a Hyperlink, with a target. Targets are defined in the SFrame class.
|
SLink | public SLink(SDialog dialog)(Code) | | Creates a link that will open a dialog. This will call the dialog.getURL()
and set the target to be NEW.
|
getTarget | public String getTarget()(Code) | | Get the target frame for the link.
Taken from SFrame. One of THIS, PARENT, NEW, WINDOW, .
|
getUIClass | public Class getUIClass()(Code) | | Returns the name of the L&F class that renders this component.
|
setTarget | public SLink setTarget(String target)(Code) | | Set the target frame for the link.
|
|
|