Uses of Enum Class
views.components.Form.FieldTypes
Packages that use Form.FieldTypes
-
Uses of Form.FieldTypes in views
Methods in views that return types with arguments of type Form.FieldTypesModifier and TypeMethodDescriptionProductView.createBasicProductFormComponents()
Cria os campos básicos de um formulário de produto -
Uses of Form.FieldTypes in views.components
Methods in views.components that return Form.FieldTypesModifier and TypeMethodDescriptionstatic Form.FieldTypes
Returns the enum constant of this class with the specified name.static Form.FieldTypes[]
Form.FieldTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in views.components with type arguments of type Form.FieldTypesModifier and TypeMethodDescriptionvoid
Form.addComponents
(LinkedHashMap<String, Form.FieldTypes> components) Adiciona os componentes do formulário.void
Form.initForm
(String buttonText, String title, LinkedHashMap<String, Form.FieldTypes> components) Inicializador padrão para o formulário.void
Form.updateFields
(LinkedHashMap<String, Form.FieldTypes> components) Atualiza os componentes do formulário.Constructor parameters in views.components with type arguments of type Form.FieldTypesModifierConstructorDescriptionForm
(String buttonText, String title, LinkedHashMap<String, Form.FieldTypes> components) Construtor da classe Form.Form
(String buttonText, String title, LinkedHashMap<String, Form.FieldTypes> components, HashMap<String, String[]> comboBoxOptions) Construtor da classe Form.