com.bmc.mainview.nvbapi
Class Hyperlink

java.lang.Object
  extended by com.bmc.mainview.nvbapi.Hyperlink

public class Hyperlink
extends java.lang.Object

Represents a single hyperlink from a Field

Since:
2.0.12, Server version 6.0.01
See Also:
View.setHyperlinks(boolean)

Field Summary
 java.lang.String col
          The column ID
 java.lang.String cond
          The value to be compared
 java.lang.String op
          The comparison operator
 java.lang.String text
          The operation to be triggered by the hyperlink.
 
Constructor Summary
Hyperlink(XML link)
          Constructor given the XML from a requested <hyperlink col=”col-id” op=”operator” cond=”value”> Hyperlink Text </hyperlink>
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

col

public java.lang.String col
The column ID

See Also:
Field.id

op

public java.lang.String op
The comparison operator


cond

public java.lang.String cond
The value to be compared


text

public java.lang.String text
The operation to be triggered by the hyperlink. A series of view names with optional parameters and WHERE/QWHERE clauses separated by semicolons.

Constructor Detail

Hyperlink

public Hyperlink(XML link)
Constructor given the XML from a requested <hyperlink col=”col-id” op=”operator” cond=”value”> Hyperlink Text </hyperlink>

Parameters:
link -
Since:
2.0.12
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object