| Package | Description |
|---|---|
| com.vaadin.flow.templatemodel |
| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
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 |
|---|---|
<C> ComplexModelType<C> |
ListModelType.cast(Class<C> proxyType)
Deprecated.
|
<C> ComplexModelType<C> |
ComplexModelType.cast(Class<C> proxyType)
Deprecated.
Checks that this type uses the provided proxy type and returns this type
as a model type with that proxy type.
|
<C> ComplexModelType<C> |
BasicComplexModelType.cast(Class<C> proxyType)
Deprecated.
|
ComplexModelType<T> |
ListModelType.getItemType()
Deprecated.
Gets the item type.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ComplexModelType<?>> |
BasicComplexModelType.get(Class<?> type)
Deprecated.
Gets the basic model type definition for the given Java class.
|
| Constructor and Description |
|---|
ListModelType(ComplexModelType<T> itemType)
Deprecated.
Creates a new list model type with the given bean model type.
|
TemplateModelListProxy(StateNode stateNode,
ComplexModelType<T> itemType)
Deprecated.
Creates a new proxy for the given node and item type.
|
Copyright © 2021. All rights reserved.