Class ReportPhase
java.lang.Object
nz.org.riskscape.wizard.survey2.BasePhase
nz.org.riskscape.wizard.model2.report.ReportPhase
- All Implemented Interfaces:
Phase
-
Field Summary
Fields inherited from class nz.org.riskscape.wizard.survey2.BasePhase
builtQuestionSets, skippableQuestionSets, survey
Fields inherited from interface nz.org.riskscape.wizard.survey2.Phase
EMPTY_PHASE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canSkip
(IncrementalBuildState buildState) getAvailableQuestionSets
(IncrementalBuildState buildState) Default implementation ofPhase#getAvailableQuestionSets(IncrementalBuildState)
that builds a static list of question sets the first time it sees a build state and then filters them based on what's already been answeredMethods inherited from class nz.org.riskscape.wizard.survey2.BasePhase
buildQuestionSet, buildQuestionSets, builtQuestionsInvalid, contains, getName, getSurvey, isComplete, simple
-
Constructor Details
-
ReportPhase
-
-
Method Details
-
getAvailableQuestionSets
Description copied from class:BasePhase
Default implementation of
Phase#getAvailableQuestionSets(IncrementalBuildState)
that builds a static list of question sets the first time it sees a build state and then filters them based on what's already been answered- Overrides:
getAvailableQuestionSets
in classBasePhase
-
canSkip
-