Uses of Class
org.silverpeas.components.survey.control.DisplayResultView
-
Packages that use DisplayResultView Package Description org.silverpeas.components.survey.control -
-
Uses of DisplayResultView in org.silverpeas.components.survey.control
Methods in org.silverpeas.components.survey.control that return DisplayResultView Modifier and Type Method Description static DisplayResultView
DisplayResultView. fromString(String name)
Gets theDisplayResultView
instance that matches the specified result view name or code.DisplayResultView
SurveySessionController. getDisplayResultView()
Gets the display result view.DisplayResultView
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 DisplayResultView
DisplayResultView. valueOf(String name)
Returns the enum constant of this type with the specified name.static DisplayResultView[]
DisplayResultView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.silverpeas.components.survey.control that return types with arguments of type DisplayResultView Modifier and Type Method Description static List<DisplayResultView>
DisplayResultView. fromMainViewOnly(String mainView)
Gets a list ofDisplayResultView
instance from a main view part of identifier.
-