Uses of Class
io.vertigo.easyforms.runner.model.template.AbstractEasyFormsTemplateItem
Packages that use AbstractEasyFormsTemplateItem
Package
Description
-
Uses of AbstractEasyFormsTemplateItem in io.vertigo.easyforms.designer.services
Method parameters in io.vertigo.easyforms.designer.services with type arguments of type AbstractEasyFormsTemplateItemModifier and TypeMethodDescriptionvoidEasyFormsDesignerServices.checkUpdateField(EasyFormsTemplate easyFormsTemplate, List<AbstractEasyFormsTemplateItem> items, Integer editIndex, Optional<Integer> editIndex2, EasyFormsItemUi fieldEdit, io.vertigo.datamodel.data.model.DtList<EasyFormsLabelUi> labels, Map<String, Serializable> additionalContext, io.vertigo.vega.webservice.validation.UiMessageStack uiMessageStack) Check and update a field of the EasyFormsTemplate. -
Uses of AbstractEasyFormsTemplateItem in io.vertigo.easyforms.runner.model.template
Methods in io.vertigo.easyforms.runner.model.template that return AbstractEasyFormsTemplateItemModifier and TypeMethodDescriptionAbstractEasyFormsTemplateItem.GsonDeserializer.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext deserializationContext) Methods in io.vertigo.easyforms.runner.model.template that return types with arguments of type AbstractEasyFormsTemplateItemModifier and TypeMethodDescriptionstatic Class<? extends AbstractEasyFormsTemplateItem> AbstractEasyFormsTemplateItem.ItemType.getClassFromString(String type) EasyFormsTemplateSection.getItems()Class<? extends AbstractEasyFormsTemplateItem> AbstractEasyFormsTemplateItem.ItemType.getTargetClass()Method parameters in io.vertigo.easyforms.runner.model.template with type arguments of type AbstractEasyFormsTemplateItemModifier and TypeMethodDescriptionAbstractEasyFormsTemplateItem.ItemType.getTypeFromClass(Class<? extends AbstractEasyFormsTemplateItem> clazz) Constructor parameters in io.vertigo.easyforms.runner.model.template with type arguments of type AbstractEasyFormsTemplateItemModifierConstructorDescriptionEasyFormsTemplateSection(String code, Map<String, String> label, String condition, List<AbstractEasyFormsTemplateItem> items) -
Uses of AbstractEasyFormsTemplateItem in io.vertigo.easyforms.runner.model.template.item
Modifier and TypeClassDescriptionfinal classfinal classfinal classMethods in io.vertigo.easyforms.runner.model.template.item that return types with arguments of type AbstractEasyFormsTemplateItemMethod parameters in io.vertigo.easyforms.runner.model.template.item with type arguments of type AbstractEasyFormsTemplateItemModifier and TypeMethodDescriptionvoidEasyFormsTemplateItemBlock.setItems(List<AbstractEasyFormsTemplateItem> items) Constructor parameters in io.vertigo.easyforms.runner.model.template.item with type arguments of type AbstractEasyFormsTemplateItemModifierConstructorDescriptionEasyFormsTemplateItemBlock(String condition, List<AbstractEasyFormsTemplateItem> items) -
Uses of AbstractEasyFormsTemplateItem in io.vertigo.easyforms.runner.pack.provider.fieldtype
Methods in io.vertigo.easyforms.runner.pack.provider.fieldtype that return types with arguments of type AbstractEasyFormsTemplateItemModifier and TypeMethodDescriptionCustomListFieldType.getExposedComponentParams()FileFieldType.getExposedComponentParams()TextAreaType.getExposedComponentParams() -
Uses of AbstractEasyFormsTemplateItem in io.vertigo.easyforms.runner.pack.provider.uicomponent
Methods in io.vertigo.easyforms.runner.pack.provider.uicomponent that return types with arguments of type AbstractEasyFormsTemplateItemModifier and TypeMethodDescriptionFileUiComponent.getUiComponentParams()RadioCheckUiComponent.getUiComponentParams()SelectUiComponent.getUiComponentParams()TextAreaUiComponent.getUiComponentParams()TextFieldUiComponent.getUiComponentParams() -
Uses of AbstractEasyFormsTemplateItem in io.vertigo.easyforms.runner.suppliers
Methods in io.vertigo.easyforms.runner.suppliers that return types with arguments of type AbstractEasyFormsTemplateItemModifier and TypeMethodDescriptiondefault List<AbstractEasyFormsTemplateItem> IEasyFormsFieldTypeDefinitionSupplier.getExposedComponentParams()IEasyFormsUiComponentDefinitionSupplier.getUiComponentParams() -
Uses of AbstractEasyFormsTemplateItem in io.vertigo.easyforms.runner.util
Methods in io.vertigo.easyforms.runner.util with parameters of type AbstractEasyFormsTemplateItem