Uses of Record Class
com.amalgamasimulation.studies.core.StudySession.Option
Packages that use StudySession.Option
-
Uses of StudySession.Option in com.amalgamasimulation.studies.core
Methods in com.amalgamasimulation.studies.core that return types with arguments of type StudySession.OptionModifier and TypeMethodDescriptionStudySession.FormField.options()Returns the value of theoptionsrecord component.Constructor parameters in com.amalgamasimulation.studies.core with type arguments of type StudySession.OptionModifierConstructorDescriptionFormField(String key, String title, StudySession.FieldType type, boolean required, List<StudySession.Option> options, Map<String, Object> uiHints) Creates an instance of aFormFieldrecord class.