Uses of Interface
com.vaadin.flow.templatemodel.ModelType
Packages that use ModelType
-
Uses of ModelType in com.vaadin.flow.component.polymertemplate
Methods in com.vaadin.flow.component.polymertemplate that return ModelTypeModifier and TypeMethodDescriptionAbstractTemplate.getModelType(Type type) Deprecated.Get theModelTypefor given class. -
Uses of ModelType in com.vaadin.flow.templatemodel
Subinterfaces of ModelType in com.vaadin.flow.templatemodelClasses in com.vaadin.flow.templatemodel that implement ModelTypeModifier and TypeClassDescriptionclassDeprecated.Template model and model types are not supported for lit template, but you can use@Idmapping and the component API or the element API with property synchronization instead.classDeprecated.Template model and model types are not supported for lit template, but you can use@Idmapping and the component API or the element API with property synchronization instead.classDeprecated.Template model and model types are not supported for lit template, but you can use@Idmapping and the component API or the element API with property synchronization instead.classDeprecated.Template model and model types are not supported for lit template, but you can use@Idmapping and the component API or the element API with property synchronization instead.classConvertedModelType<A,M extends Serializable> Deprecated.Template model and model types are not supported for lit template, but you can use@Idmapping and the component API or the element API with property synchronization instead.classDeprecated.Template model and polymer template support is deprecated - we recommend you to useLitTemplateinstead.classModelDescriptor<T extends TemplateModel>Deprecated.Template model and model types are not supported for lit template, but you can use@Idmapping and the component API or the element API with property synchronization instead.Methods in com.vaadin.flow.templatemodel that return ModelTypeModifier and TypeMethodDescriptionBeanModelType.getPropertyType(String propertyName) Deprecated.Gets the type of the property with the given name.ConvertedModelType.getWrappedModelType()Deprecated.Gets the model type describing the data actually stored in the model.BeanModelType.resolveType(String modelPath) Deprecated.Finds the model type denoted by the given model path.Methods in com.vaadin.flow.templatemodel that return types with arguments of type ModelType
@Idmapping and the component API or the element API with property synchronization instead.