org.browsecode.helpers.reorderablelistpanel
Interface Moveable

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

public interface Moveable


Method Summary
 Moveable moveTo(java.lang.Object newParent)
          Move to the new parent.
 

Method Detail

moveTo

Moveable moveTo(java.lang.Object newParent)
Move to the new parent. If the new parent (i.e. the ReorderableListPanel) implements HasData, it will call this method with that data -- i.e. objectToMove.moveTo(futureParentReorderableListItemPanel.getData());

Parameters:
newParent -
Returns: