com.ptc.core.ca.co.client.selection
Class CoSelectorType

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

Deprecated.

@Deprecated
public class CoSelectorType
extends Object
implements Serializable

This class represent available selection types.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static CoSelectorType MULTI_SELECT
          Deprecated. the type indicating that the element supports multi select.
static CoSelectorType NO_SELECT
          Deprecated. the type indicating that the element supports no select.
static CoSelectorType SINGLE_SELECT
          Deprecated. the type indicating that the element supports single select.
 
Method Summary
 boolean equals(CoSelectorType type)
          Deprecated. Returns whether the type of the selector is equal to this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTI_SELECT

public static final CoSelectorType MULTI_SELECT
Deprecated. 
the type indicating that the element supports multi select.

Supported API: true


SINGLE_SELECT

public static final CoSelectorType SINGLE_SELECT
Deprecated. 
the type indicating that the element supports single select.

Supported API: true


NO_SELECT

public static final CoSelectorType NO_SELECT
Deprecated. 
the type indicating that the element supports no select.

Supported API: true

Method Detail

equals

public final boolean equals(CoSelectorType type)
Deprecated. 
Returns whether the type of the selector is equal to this type.

Supported API: true

Parameters:
type -
Returns:
boolean