com.ptc.core.ca.co.client.misc
Class CoWindowType

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

Deprecated.

@Deprecated
public class CoWindowType
extends Object
implements Serializable

The class defining types of windows.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static CoWindowType NEW
          Deprecated. Indicates that a new window must be created as a target.
static CoWindowType PARENT
          Deprecated. Indicates that a parent (opener) window must be used as a target.
static CoWindowType SAME
          Deprecated. Indicates that the window of the element is the target.
static CoWindowType TOP
          Deprecated. Indicates that a parent (opener) window must be used as a target.
 
Method Summary
 boolean equals(CoWindowType 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

SAME

public static final CoWindowType SAME
Deprecated. 
Indicates that the window of the element is the target.

Supported API: true


NEW

public static final CoWindowType NEW
Deprecated. 
Indicates that a new window must be created as a target.

Supported API: true


PARENT

public static final CoWindowType PARENT
Deprecated. 
Indicates that a parent (opener) window must be used as a target.

Supported API: true


TOP

public static final CoWindowType TOP
Deprecated. 
Indicates that a parent (opener) window must be used as a target.

Supported API: true

Method Detail

equals

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

Supported API: true

Parameters:
type -
Returns:
boolean