Uses of Class
com.morpheusdata.model.OptionTypeFieldGroup
Packages that use OptionTypeFieldGroup
-
Uses of OptionTypeFieldGroup in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type OptionTypeFieldGroupModifier and TypeMethodDescriptiondefault Collection<OptionTypeFieldGroup>FormProvider.getFormFieldGroups()Provides the collection of OptionTypeFieldGroup objects that define groupings for form fields. -
Uses of OptionTypeFieldGroup in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type OptionTypeFieldGroupModifier and TypeFieldDescriptionprotected List<OptionTypeFieldGroup>OptionTypeForm.fieldGroupsprotected List<OptionTypeFieldGroup>WizardStep.optionTypeFieldGroupsprotected List<OptionTypeFieldGroup>WorkspaceType.optionTypeFieldGroupsMethods in com.morpheusdata.model that return types with arguments of type OptionTypeFieldGroupModifier and TypeMethodDescriptionOptionTypeForm.getFieldGroups()WizardStep.getOptionTypeFieldGroups()Returns the option type field groups for this wizard stepWorkspaceType.getOptionTypeFieldGroups()Method parameters in com.morpheusdata.model with type arguments of type OptionTypeFieldGroupModifier and TypeMethodDescriptionvoidOptionTypeForm.setFieldGroups(List<OptionTypeFieldGroup> fieldGroups) voidWizardStep.setOptionTypeFieldGroups(List<OptionTypeFieldGroup> optionTypeFieldGroups) Sets the option type field groups for this wizard stepvoidWorkspaceType.setOptionTypeFieldGroups(List<OptionTypeFieldGroup> optionTypeFieldGroups)