T
- the template model type used by this descriptor@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.@Deprecated public class ModelDescriptor<T extends TemplateModel> extends BeanModelType<T>
For internal use only. May be renamed or removed in a future release.
Modifier and Type | Method and Description |
---|---|
static <T extends TemplateModel> |
get(Class<T> modelType)
Deprecated.
Gets the model descriptor for a model type.
|
accepts, applicationToModel, cast, createInitialValue, createInitialValues, getClientUpdateAllowedProperties, getClientUpdateMode, getExistingProperty, getJavaType, getPropertyNames, getPropertyType, getProxyType, hasProperty, importProperties, isBean, modelToApplication, resolveType, toJson
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSupportedTypesString
public static <T extends TemplateModel> ModelDescriptor<T> get(Class<T> modelType)
T
- the model typemodelType
- the model type to find a descriptor, not null
null
Copyright © 2021. All rights reserved.