cmu.survey.editor.data
Interface Page
- All Superinterfaces:
- HasID, ReorderableListModel<QuestionDataBitSet>
- All Known Implementing Classes:
- PageSQL, PageTable
public interface Page
- extends ReorderableListModel<QuestionDataBitSet>, HasID
Methods inherited from interface org.browsecode.helpers.HasID |
getID |
getName
StringDataBit getName()
getTableName
StringDataBit getTableName()
getSubmitButtonLabel
StringDataBit getSubmitButtonLabel()
getRepeatedMeasureTable
StringDataBit getRepeatedMeasureTable()
- Get the name of the table with the repeated measures in it, if there is a table with the repeated measures in it.
- Returns:
getQuestions
java.util.Vector<? extends QuestionDataBitSet> getQuestions()
- Get a Vector of QuestionDataBitSet, the questions on the page.
hasBeenModified
boolean hasBeenModified()
save
boolean save()
isNew
boolean isNew()
getPageID
IntegerDataBit getPageID()