Link component. Link is used to create external or internal URL links. Internal links can be used to create action items, which change the state to application to one of the predefined states. For example, a link can be created for existing MenuTree items.
3.0
Inheritance Path. java.lang.Object-> com.itmill.toolkit.ui.AbstractComponent -> com.itmill.toolkit.ui.Link
Parameters
caption
Link text.
targetName
The name of the target window where the link opens to. Empty name of null implies that the target is opened to the window containing the link.
width
Width of the target window.
height
Height of the target window.
border
Borget style of the target window.
Creates a new instance of Link that opens a new window.
Parameters
String
Returns the target window name. Empty name of null implies that the target is opened to the window containing the link.
Parameters
event
PaintEvent.
Exceptions
PaintException
The paint operation failed.
Paint the content of this component.
Parameters
targetBorder
The targetBorder to set
Sets the border of the target window.