org.browsecode.helpers.reorderablelistpanel
Interface Copyable

All Known Subinterfaces:
ChoicesDataBitSet
All Known Implementing Classes:
AuxillaryOptionDataBitTable, AuxillaryQuestionPartSQLStub, ChoicesDataBitSetSQL, OneChoiceDataBitSetStub, PageSQL, PageTable, QuestionDataBitSetSQL

public interface Copyable


Method Summary
 java.lang.Object copyTo(java.lang.Object newParent)
          Make a copy for use in the new parent.
 

Method Detail

copyTo

java.lang.Object copyTo(java.lang.Object newParent)
Make a copy for use in the new parent. If the new parent (i.e. the ReorderableListPanel) implements HasData, it will call this method with that data -- i.e. oldCopy.copyTo(futureParentReorderableListItemPanel.getData());

Parameters:
newParent -
Returns: