Uses of Interface
com.vaadin.flow.templatemodel.ModelType
-
Packages that use ModelType Package Description com.vaadin.flow.component.polymertemplate com.vaadin.flow.templatemodel -
-
Uses of ModelType in com.vaadin.flow.component.polymertemplate
Methods in com.vaadin.flow.component.polymertemplate that return ModelType Modifier and Type Method Description ModelTypeAbstractTemplate. getModelType(Type type)Deprecated.Get theModelTypefor given class. -
Uses of ModelType in com.vaadin.flow.templatemodel
Subinterfaces of ModelType in com.vaadin.flow.templatemodel Modifier and Type Interface Description interfaceComplexModelType<T>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.Classes in com.vaadin.flow.templatemodel that implement ModelType Modifier and Type Class Description classAbstractBasicModelType<T>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.classBasicComplexModelType<T>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.classBasicModelTypeDeprecated.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.classBeanModelType<T>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.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.classListModelType<T>Deprecated.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 ModelType Modifier and Type Method Description ModelTypeBeanModelType. getPropertyType(String propertyName)Deprecated.Gets the type of the property with the given name.ModelTypeConvertedModelType. getWrappedModelType()Deprecated.Gets the model type describing the data actually stored in the model.ModelTypeBeanModelType. 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 Modifier and Type Method Description static Optional<ModelType>BasicModelType. get(Class<?> type)Deprecated.Gets the basic model type definition for the given Java class.
-