Uses of Class
io.vertigo.easyforms.domain.EasyFormsSectionUi
Packages that use EasyFormsSectionUi
Package
Description
-
Uses of EasyFormsSectionUi in io.vertigo.easyforms.designer.controllers
Methods in io.vertigo.easyforms.designer.controllers with parameters of type EasyFormsSectionUiModifier and TypeMethodDescriptionio.vertigo.ui.core.ViewContextEasyFormsDesignerController.saveSection(io.vertigo.ui.core.ViewContext viewContext, EasyForm efo, Integer sectionIndex, EasyFormsSectionUi editSectionUi, Map<String, Serializable> additionalContext, io.vertigo.datamodel.data.model.DtList<EasyFormsLabelUi> labels, io.vertigo.vega.webservice.validation.UiMessageStack uiMessageStack) -
Uses of EasyFormsSectionUi in io.vertigo.easyforms.designer.services
Methods in io.vertigo.easyforms.designer.services with parameters of type EasyFormsSectionUiModifier and TypeMethodDescriptionvoidEasyFormsDesignerServices.checkUpdateSection(EasyFormsTemplate easyFormsTemplate, Integer editIndex, EasyFormsSectionUi sectionEdit, io.vertigo.datamodel.data.model.DtList<EasyFormsLabelUi> labels, Map<String, Serializable> additionalContext, io.vertigo.vega.webservice.validation.UiMessageStack uiMessageStack) Check and update a section of the EasyFormsTemplate.