Uses of Enum Class
org.silverpeas.components.survey.control.DisplayResultView
Packages that use DisplayResultView
-
Uses of DisplayResultView in org.silverpeas.components.survey.control
Methods in org.silverpeas.components.survey.control that return DisplayResultViewModifier and TypeMethodDescriptionstatic DisplayResultViewDisplayResultView.fromString(String name) Gets theDisplayResultViewinstance that matches the specified result view name or code.SurveySessionController.getDisplayResultView()Gets the display result view.SurveySessionController.setSurveyResultViewFromIdentifierOrMainView(org.silverpeas.core.questioncontainer.container.model.QuestionContainerDetail survey, String identifierOrMainView) Sets the display result view according to given identifier or main view.static DisplayResultViewReturns the enum constant of this class with the specified name.static DisplayResultView[]DisplayResultView.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.silverpeas.components.survey.control that return types with arguments of type DisplayResultViewModifier and TypeMethodDescriptionstatic List<DisplayResultView>DisplayResultView.fromMainViewOnly(String mainView) Gets a list ofDisplayResultViewinstance from a main view part of identifier.