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

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

Deprecated.

@Deprecated
public class CoClipboardMode
extends Object
implements Externalizable

The clipboard mode.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static CoClipboardMode CLIPBOARD
          Deprecated. The clipboard mode when adding new item removes previously clipped items from the clipboard.
static CoClipboardMode SHOPPING_CART
          Deprecated. The shopping cart mode when adding new item adds it to the previously clipped items on the clipboard.
 
Constructor Summary
  CoClipboardMode()
          Deprecated. 

Supported API: true
protected CoClipboardMode(String mode)
          Deprecated. 

Supported API: true
 
Method Summary
 boolean equals(CoClipboardMode mode)
          Deprecated. Returns whether the mode is equal to this one.
 String getMode()
          Deprecated. Gets the value of the attribute: mode; the mode of the clipboard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIPBOARD

public static final CoClipboardMode CLIPBOARD
Deprecated. 
The clipboard mode when adding new item removes previously clipped items from the clipboard.

Supported API: true


SHOPPING_CART

public static final CoClipboardMode SHOPPING_CART
Deprecated. 
The shopping cart mode when adding new item adds it to the previously clipped items on the clipboard.

Supported API: true

Constructor Detail

CoClipboardMode

protected CoClipboardMode(String mode)
Deprecated. 


Supported API: true

Parameters:
mode -

CoClipboardMode

public CoClipboardMode()
Deprecated. 


Supported API: true

Method Detail

getMode

public String getMode()
Deprecated. 
Gets the value of the attribute: mode; the mode of the clipboard.

Supported API: true

Returns:
String

equals

public boolean equals(CoClipboardMode mode)
Deprecated. 
Returns whether the mode is equal to this one.

Supported API: true

Parameters:
mode -
Returns:
boolean