|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.property.CoPropertyHandler
com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler
com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
com.ptc.core.ca.co.client.property.hyperlink.CoHyperlinkPropertyHandler
@Deprecated public class CoHyperlinkPropertyHandler
This class defines a property handler for the com.ptc.core.meta.common.Hyperlink
attribute value type.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
HYPERLINK_LABEL_LABEL_PARAM
Deprecated. Supported API: true |
static String |
HYPERLINK_LINK_LABEL_PARAM
Deprecated. Supported API: true |
| Fields inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler |
|---|
ATTRIBUTE_TAG |
| Method Summary | |
|---|---|
static String |
getLabelLabel(CoProperty property,
CoEnvData envData)
Deprecated. Returns the label for the label of the hyperlink element.. |
static String |
getLinkLabel(CoProperty property,
CoEnvData envData)
Deprecated. Returns the label for the link of the hyperlink element. |
Hyperlink |
valueOf(String hyperlink)
Deprecated. Creates and returns Hyperlink object based on the value of the string. |
Hyperlink |
valueOf(String url,
String label)
Deprecated. Creates and returns a hyperlink object based on the url and label. |
| Methods inherited from class com.ptc.core.ca.co.client.property.CoSimplePropertyHandler |
|---|
newModel, updateInstance |
| Methods inherited from class com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler |
|---|
updateModel |
| Methods inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler |
|---|
updateModel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String HYPERLINK_LINK_LABEL_PARAM
public static final String HYPERLINK_LABEL_LABEL_PARAM
| Method Detail |
|---|
public Hyperlink valueOf(String hyperlink)
hyperlink -
public Hyperlink valueOf(String url,
String label)
url - label -
public static String getLinkLabel(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
public static String getLabelLabel(CoProperty property,
CoEnvData envData)
throws WTException
property - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||