| Package | Description |
|---|---|
| com.vaadin.flow.component.polymertemplate | |
| com.vaadin.flow.templatemodel |
| Modifier and Type | Method and Description |
|---|---|
ModelType |
AbstractTemplate.getModelType(Type type)
Deprecated.
Get the
ModelType for given class. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComplexModelType<T>
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.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBasicModelType<T>
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.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
class |
BasicComplexModelType<T>
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.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
class |
BasicModelType
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.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
class |
BeanModelType<T>
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.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
class |
ConvertedModelType<A,M extends Serializable>
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.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
class |
ListModelType<T>
Deprecated.
Template model and polymer template support is deprecated - we
recommend you to use
LitTemplate instead. Read more
details from the
Vaadin blog. For lit templates, you can use @Id
mapping and the component API or the element API with property
synchronization instead. |
class |
ModelDescriptor<T extends TemplateModel>
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.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog. |
| Modifier and Type | Method and Description |
|---|---|
ModelType |
BeanModelType.getPropertyType(String propertyName)
Deprecated.
Gets the type of the property with the given name.
|
ModelType |
ConvertedModelType.getWrappedModelType()
Deprecated.
Gets the model type describing the data actually stored in the model.
|
ModelType |
BeanModelType.resolveType(String modelPath)
Deprecated.
Finds the model type denoted by the given model path.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ModelType> |
BasicModelType.get(Class<?> type)
Deprecated.
Gets the basic model type definition for the given Java class.
|
Copyright © 2021. All rights reserved.