|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClipboardException in com.silverpeas.jobStartPagePeas.control |
---|
Methods in com.silverpeas.jobStartPagePeas.control that throw ClipboardException | |
---|---|
void |
JobStartPagePeasSessionController.copyComponent(String id)
Copy component |
void |
JobStartPagePeasSessionController.copySpace(String id)
|
void |
JobStartPagePeasSessionController.cutComponent(String id)
|
void |
JobStartPagePeasSessionController.cutSpace(String id)
|
void |
JobStartPagePeasSessionController.paste(Map<String,String> options)
Paste component(s) copied |
Uses of ClipboardException in com.silverpeas.jobStartPagePeas.servlets |
---|
Methods in com.silverpeas.jobStartPagePeas.servlets that throw ClipboardException | |
---|---|
String |
JobStartPagePeasRequestRouter.getDestinationStartPage(String function,
JobStartPagePeasSessionController jobStartPageSC,
HttpRequest request)
|
Uses of ClipboardException in com.silverpeas.util.clipboard |
---|
Subclasses of ClipboardException in com.silverpeas.util.clipboard | |
---|---|
class |
SKDException
Class declaration |
Uses of ClipboardException in com.stratelia.silverpeas.clipboardPeas.control |
---|
Methods in com.stratelia.silverpeas.clipboardPeas.control that throw ClipboardException | |
---|---|
Collection<IndexEntry> |
ClipboardSessionController.getIndexEntryObjects()
Return the list of object (IndexEntry format) in clipboard. |
Collection<ClipboardSelection> |
ClipboardSessionController.getObjects()
Return the list of object in clipboard. |
Uses of ClipboardException in com.stratelia.silverpeas.peasCore |
---|
Methods in com.stratelia.silverpeas.peasCore that throw ClipboardException | |
---|---|
void |
MainSessionController.add(ClipboardSelection clipObject)
|
void |
AbstractComponentSessionController.addClipboardSelection(ClipboardSelection selection)
|
void |
AbstractComponentSessionController.clipboardPasteDone()
|
Integer |
AbstractComponentSessionController.getClipboardCount()
|
String |
AbstractComponentSessionController.getClipboardErrorMessage()
|
Exception |
AbstractComponentSessionController.getClipboardExceptionError()
|
Collection<ClipboardSelection> |
AbstractComponentSessionController.getClipboardObjects()
|
Collection<ClipboardSelection> |
AbstractComponentSessionController.getClipboardSelectedObjects()
|
int |
AbstractComponentSessionController.getClipboardSize()
|
int |
MainSessionController.getCount()
|
Exception |
MainSessionController.getExceptionError()
|
String |
MainSessionController.getMessageError()
|
ClipboardSelection |
MainSessionController.getObject(int index)
|
Collection<ClipboardSelection> |
MainSessionController.getObjects()
|
Collection<ClipboardSelection> |
MainSessionController.getSelectedObjects()
|
void |
MainSessionController.PasteDone()
|
void |
AbstractComponentSessionController.removeClipboardElement(int index)
|
void |
MainSessionController.removeObject(int index)
|
void |
AbstractComponentSessionController.setClipboardError(String messageId,
Exception ex)
|
void |
AbstractComponentSessionController.setClipboardSelectedElement(int index,
boolean selected)
|
void |
MainSessionController.setMessageError(String messageID,
Exception e)
|
void |
MainSessionController.setMultiClipboard()
|
void |
MainSessionController.setSelected(int index,
boolean setIt)
|
void |
MainSessionController.setSingleClipboard()
|
int |
MainSessionController.size()
|
Uses of ClipboardException in com.stratelia.webactiv.clipboard.control.ejb |
---|
Methods in com.stratelia.webactiv.clipboard.control.ejb that throw ClipboardException | |
---|---|
void |
ClipboardBmEJB.add(ClipboardSelection objectToCopy)
Copy a node. |
void |
Clipboard.add(ClipboardSelection clipObject)
Method declaration |
int |
Clipboard.getCount()
Method declaration |
Exception |
Clipboard.getExceptionError()
Method declaration |
String |
Clipboard.getMessageError()
Method declaration |
ClipboardSelection |
ClipboardBmEJB.getObject(int index)
Returns the element at the specified position in the clipboard. |
ClipboardSelection |
Clipboard.getObject(int index)
Method declaration |
Collection<ClipboardSelection> |
Clipboard.getObjects()
Method declaration |
Collection<ClipboardSelection> |
ClipboardBmEJB.getSelectedObjects()
Return the selected objects. |
Collection<ClipboardSelection> |
Clipboard.getSelectedObjects()
Method declaration |
void |
Clipboard.PasteDone()
Method declaration |
void |
ClipboardBmEJB.removeObject(int index)
Removes the element at the specified position in the clipboard. |
void |
Clipboard.removeObject(int index)
Method declaration |
void |
Clipboard.setMessageError(String messageID,
Exception e)
Method declaration |
void |
ClipboardBmEJB.setMultiClipboard()
Switch the clipboard to multi mode. |
void |
Clipboard.setMultiClipboard()
Method declaration |
void |
ClipboardBmEJB.setSelected(int index,
boolean setIt)
Returns the element at the specified position in the clipboard. |
void |
Clipboard.setSelected(int index,
boolean setIt)
Method declaration |
void |
Clipboard.setSingleClipboard()
Method declaration |
int |
ClipboardBmEJB.size()
Returns the number of elements in the clipboard. |
int |
Clipboard.size()
Method declaration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |