com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.datatransfer
Interface ListDataTransferObject


public interface ListDataTransferObject

TransferObject (data holder which is put into clipboard) for copy/paste of lists (temporary or permanent)


Method Summary
 DFField getField()
          Get field of the list
 String getName()
          Get name of the list in clipboard
 List getValues()
          Get the values of the list in clipboard
 boolean pasteCompleted()
          In the case of CUT operation this method removes the original list.
 

Method Detail

getName

String getName()
Get name of the list in clipboard


getField

DFField getField()
Get field of the list


getValues

List getValues()
Get the values of the list in clipboard


pasteCompleted

boolean pasteCompleted()
In the case of CUT operation this method removes the original list. This method should be invoked by paste type code when paste operation is successful.

Returns:
true if original transferable should be returned from paste (in case of copy) or false if null should be returned from paste operation (original in clipboard was destroyed, so clipboard should be cleaned).

com.im.ijc.core/1 5.9.4