|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.HyperlinkType
public final class HyperlinkType
This class is used to specify the type of hyperlink.
Field Summary | |
---|---|
static int |
_crystalReport
Hyperlink to another report. |
static int |
_drilldown
Hyperlink allowing the report part viewer to emulate the drill down functionality of Crystal Reports. |
static int |
_email
Create a "mailto" address. |
static int |
_emailFieldValue
An email hyperlink from the field that you selected. |
static int |
_html
Hyperlink to a file on a specific computer or networked computer. |
static int |
_reportObject
Hyperlink for linking objects in the same or different reports. |
static int |
_reportObjectAbsolute
|
static int |
_reportObjectDisabled
|
static int |
_reportObjectRelative
|
static int |
_undefined
No hyperlink. |
static int |
_website
Hyperlink to a static web address. |
static int |
_websiteFieldValue
Hyperlink from the field that you selected. |
static HyperlinkType |
crystalReport
A HyperlinkType object that specifies a hyperlink to another report. |
static HyperlinkType |
drilldown
A HyperlinkType object that specifies a hyperlink allowing the report part
viewer to emulate the drill down functionality of Crystal Reports. |
static HyperlinkType |
email
A HyperlinkType object that specifies a "mailto" address. |
static HyperlinkType |
emailFieldValue
A HyperlinkType object that specifies an email hyperlink from the field that you
selected. |
static HyperlinkType |
html
A HyperlinkType object that specifies a hyperlink to a file on a specific
computer or networked computer. |
static HyperlinkType |
reportObject
A HyperlinkType object that specifies a hyperlink for linking objects in the
same or different reports. |
static HyperlinkType |
reportObjectAbsolute
|
static HyperlinkType |
reportObjectDisabled
|
static HyperlinkType |
reportObjectRelative
|
static HyperlinkType |
undefined
A HyperlinkType object that specifies no hyperlink. |
static HyperlinkType |
website
A HyperlinkType object that specifies a hyperlink to a static web address. |
static HyperlinkType |
websiteFieldValue
A HyperlinkType object that specifies a hyperlink from the field that you selected. |
Method Summary | |
---|---|
static HyperlinkType |
from_int(int i)
Returns the HyperlinkType object corresponding to the specified value. |
static HyperlinkType |
from_string(java.lang.String sVal)
Returns the HyperlinkType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this HyperlinkType object. |
int |
value()
Returns the int value of this HyperlinkType object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _website
Hyperlink to a static web address.
public static final int _email
Create a "mailto" address.
public static final int _html
Hyperlink to a file on a specific computer or networked computer.
public static final int _crystalReport
Hyperlink to another report.
public static final int _websiteFieldValue
Hyperlink from the field that you selected.
public static final int _emailFieldValue
An email hyperlink from the field that you selected.
public static final int _undefined
No hyperlink.
public static final int _drilldown
Hyperlink allowing the report part viewer to emulate the drill down functionality of Crystal Reports.
public static final int _reportObject
Hyperlink for linking objects in the same or different reports.
public static final int _reportObjectDisabled
public static final int _reportObjectAbsolute
public static final int _reportObjectRelative
public static final HyperlinkType website
A HyperlinkType
object that specifies a hyperlink to a static web address.
public static final HyperlinkType email
A HyperlinkType
object that specifies a "mailto" address.
public static final HyperlinkType html
A HyperlinkType
object that specifies a hyperlink to a file on a specific
computer or networked computer.
public static final HyperlinkType crystalReport
A HyperlinkType
object that specifies a hyperlink to another report.
public static final HyperlinkType websiteFieldValue
A HyperlinkType
object that specifies a hyperlink from the field that you selected.
public static final HyperlinkType emailFieldValue
A HyperlinkType
object that specifies an email hyperlink from the field that you
selected.
public static final HyperlinkType undefined
A HyperlinkType
object that specifies no hyperlink.
public static final HyperlinkType drilldown
A HyperlinkType
object that specifies a hyperlink allowing the report part
viewer to emulate the drill down functionality of Crystal Reports.
public static final HyperlinkType reportObjectDisabled
public static final HyperlinkType reportObjectAbsolute
public static final HyperlinkType reportObjectRelative
public static final HyperlinkType reportObject
A HyperlinkType
object that specifies a hyperlink for linking objects in the
same or different reports.
Method Detail |
---|
public static final HyperlinkType from_int(int i)
Returns the HyperlinkType
object corresponding to the specified value.
i
- The int
value of the desired HyperlinkType
object.
HyperlinkType
object corresponding to the specified value.public static final HyperlinkType from_string(java.lang.String sVal)
Returns the HyperlinkType
object corresponding to the specified type.
sVal
- The String
value of the desired HyperlinkType
object.
HyperlinkType
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this HyperlinkType
object.
toString
in class java.lang.Object
String
value of this HyperlinkType
object.public int value()
Returns the int
value of this HyperlinkType
object.
int
value of this HyperlinkType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |