|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.selection.CoSelectorType
@Deprecated public class CoSelectorType
This class represent available selection types.
Supported API: true
Extendable: false
| 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 |
|---|
public static final CoSelectorType MULTI_SELECT
public static final CoSelectorType SINGLE_SELECT
public static final CoSelectorType NO_SELECT
| Method Detail |
|---|
public final boolean equals(CoSelectorType type)
type -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||