|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.wvs.client.beans.Clipboard
The Clipboard bean supports the bringing together of Representations, so that they may be viewed together within ProductView
Supported API: false
Extendable: false
Field Summary | |
static int |
CLIPBOARD_CONTAINEROID
|
static int |
CLIPBOARD_DISPLAY
|
static int |
CLIPBOARD_EDFILE
|
static int |
CLIPBOARD_ICON
|
static int |
CLIPBOARD_IS_MARKUP
|
static int |
CLIPBOARD_ITERATION
|
static int |
CLIPBOARD_NAME
|
static int |
CLIPBOARD_NUMBER
|
static int |
CLIPBOARD_PV_ICON
|
static int |
CLIPBOARD_PVURL
|
static int |
CLIPBOARD_REPRESENTABLE
|
static int |
CLIPBOARD_REPRESENTATION
|
static int |
CLIPBOARD_VERSION
|
private Vector |
clipboardContainerOid
|
private Vector |
clipboardDisplay
|
private Vector |
clipboardFile
|
private Vector |
clipboardIcon
|
private Vector |
clipboardIsMarkup
|
private Vector |
clipboardName
|
private Vector |
clipboardNumber
|
private Vector |
clipboardPVIcon
|
private Vector |
clipboardQID
|
private Vector |
clipboardRepableRef
|
private Vector |
clipboardRepationRef
|
private Vector |
clipboardURL
|
private Vector |
clipboardVersion
|
private int |
count
|
private int |
lineFlag
|
Constructor Summary | |
Clipboard()
Constructs an empty clipboard Supported API: false |
Method Summary | |
void |
addToClipboard(String representableRef,
String representationRef)
Inserts a new entry in the clipboard Supported API: false |
void |
addToClipboard(String representableRef,
String representationRef,
String ContainerOid,
boolean isMarkup,
Locale locale)
|
void |
clearClipboard()
Removes all references to the contents of the clipboard Supported API: false |
String |
getResultElement(int line,
int element)
Returns the string for each element of the clipbaord table Supported API: false |
void |
removeFromClipboard(int entry)
Removes a specific entry from the clipboard Supported API: false |
void |
removeFromClipboard(String entry)
Removes a specific entry from the clipboard Supported API: false |
int |
size()
Returns the number of entries currently in the clipboard Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Vector clipboardRepableRef
private Vector clipboardRepationRef
private Vector clipboardName
private Vector clipboardNumber
private Vector clipboardVersion
private Vector clipboardQID
private Vector clipboardURL
private Vector clipboardFile
private Vector clipboardIcon
private Vector clipboardDisplay
private Vector clipboardPVIcon
private Vector clipboardIsMarkup
private Vector clipboardContainerOid
private int count
private int lineFlag
public static final int CLIPBOARD_NUMBER
public static final int CLIPBOARD_NAME
public static final int CLIPBOARD_VERSION
public static final int CLIPBOARD_PVURL
public static final int CLIPBOARD_EDFILE
public static final int CLIPBOARD_ITERATION
public static final int CLIPBOARD_ICON
public static final int CLIPBOARD_REPRESENTABLE
public static final int CLIPBOARD_REPRESENTATION
public static final int CLIPBOARD_DISPLAY
public static final int CLIPBOARD_PV_ICON
public static final int CLIPBOARD_IS_MARKUP
public static final int CLIPBOARD_CONTAINEROID
Constructor Detail |
public Clipboard()
Method Detail |
public void clearClipboard()
public void addToClipboard(String representableRef, String representationRef)
representableRef
- Object Reference of a RepresentablerepresentationRef
- Object Reference of a representation of the representablepublic void addToClipboard(String representableRef, String representationRef, String ContainerOid, boolean isMarkup, Locale locale)
public void removeFromClipboard(String entry)
public void removeFromClipboard(int entry)
entry
- The number of the entry in the clipboardpublic int size()
public String getResultElement(int line, int element)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |