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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(GUIDocument e) void
addObserver
(ClipboardObserver observer) void
clear()
static Clipboard
com.smartgwt.client.widgets.grid.ListGridRecord[]
boolean
void
setLastAction
(String lastAction) Methods inherited from class java.util.HashSet
clone, contains, isEmpty, iterator, size, spliterator, toArray, toArray
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toString
Methods 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:
add
in interfaceCollection<GUIDocument>
- Specified by:
add
in interfaceSet<GUIDocument>
- Overrides:
add
in classHashSet<GUIDocument>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<GUIDocument>
- Specified by:
clear
in interfaceSet<GUIDocument>
- Overrides:
clear
in classHashSet<GUIDocument>
-
remove
- Specified by:
remove
in interfaceCollection<GUIDocument>
- Specified by:
remove
in interfaceSet<GUIDocument>
- Overrides:
remove
in classHashSet<GUIDocument>
-
getRecords
public com.smartgwt.client.widgets.grid.ListGridRecord[] getRecords()
-