Uses of Interface
com.vaadin.flow.templatemodel.ModelType

Packages that use ModelType
  • Uses of ModelType in com.vaadin.flow.component.polymertemplate

    Modifier and Type
    Method
    Description
    AbstractTemplate.getModelType(Type type)
    Deprecated.
    Get the ModelType for given class.
  • Uses of ModelType in com.vaadin.flow.templatemodel

    Modifier and Type
    Interface
    Description
    interface 
    Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping 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
    class 
    Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    class 
    Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    class 
    Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    class 
    Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    class 
    Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    class 
    Deprecated.
    Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead.
    class 
    Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    Modifier and Type
    Method
    Description
    BeanModelType.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
    Modifier and Type
    Method
    Description
    BasicModelType.get(Class<?> type)
    Deprecated.
    Gets the basic model type definition for the given Java class.