com.ptc.core.ca.co.client.action
Class CoActionDrawType

java.lang.Object
  extended by com.ptc.core.ca.co.client.action.CoActionDrawType
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class CoActionDrawType
extends Object
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static CoActionDrawType ACTION
          Deprecated. Indicates that the link activates and rendered like action button.
static CoActionDrawType BOTH
          Deprecated. Indicates that the link activates when either image of text is clicked.
static CoActionDrawType IMAGE
          Deprecated. Indicates that the link activates only when the image is clicked.
static CoActionDrawType TEXT
          Deprecated. Indicates that the link activates only when the text is clicked.
 
Method Summary
 boolean equals(CoActionDrawType type)
          Deprecated. Returns whether the hyperlink is equal to this hyperlink.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOTH

public static final CoActionDrawType BOTH
Deprecated. 
Indicates that the link activates when either image of text is clicked.

Supported API: true


IMAGE

public static final CoActionDrawType IMAGE
Deprecated. 
Indicates that the link activates only when the image is clicked.

Supported API: true


TEXT

public static final CoActionDrawType TEXT
Deprecated. 
Indicates that the link activates only when the text is clicked.

Supported API: true


ACTION

public static final CoActionDrawType ACTION
Deprecated. 
Indicates that the link activates and rendered like action button.

Supported API: true

Method Detail

equals

public final boolean equals(CoActionDrawType type)
Deprecated. 
Returns whether the hyperlink is equal to this hyperlink.

Supported API: true

Parameters:
type -
Returns:
boolean