Method Summary |
|
public String | getField() Returns the field name from where to read the hyper-link target. |
public String | getTarget() Returns the target window. |
public String | getWindowField() Returns the datarow-field from where to read the target window. |
protected void | processRootBand(Band b) Updates the root band and adds a hyperlink to all elements that have the specified name. |
public void | setField(String field) Defines the field name from where to read the hyper-link target. |
public void | setTarget(String target) Defines the target window. |
public void | setWindowField(String windowField) Defines the datarow-field from where to read the target window. |