Class Clipboard
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<GUIDocument>,Collection<GUIDocument>,Set<GUIDocument>
This represent a clipboard of documents the user is wotking on
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(GUIDocument e) voidaddObserver(ClipboardObserver observer) voidclear()static Clipboardcom.smartgwt.client.widgets.grid.ListGridRecord[]booleanvoidsetLastAction(String lastAction) Methods inherited from class java.util.HashSet
clone, contains, isEmpty, iterator, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
COPY
- See Also:
-
CUT
- See Also:
-
-
Method Details
-
getLastAction
-
setLastAction
-
getInstance
-
addObserver
-
add
- Specified by:
addin interfaceCollection<GUIDocument>- Specified by:
addin interfaceSet<GUIDocument>- Overrides:
addin classHashSet<GUIDocument>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<GUIDocument>- Specified by:
clearin interfaceSet<GUIDocument>- Overrides:
clearin classHashSet<GUIDocument>
-
remove
- Specified by:
removein interfaceCollection<GUIDocument>- Specified by:
removein interfaceSet<GUIDocument>- Overrides:
removein classHashSet<GUIDocument>
-
getRecords
public com.smartgwt.client.widgets.grid.ListGridRecord[] getRecords()
-