Index

$ A B C D E F G H I L M N P R S T V 
All Classes and Interfaces|All Packages|Serialized Form

$

$modelType() - Method in interface com.vaadin.flow.templatemodel.TemplateModelProxyHandler.ModelProxy
Deprecated.
Gets the model type definition for this type.
$modelType(BeanModelType<?>) - Method in interface com.vaadin.flow.templatemodel.TemplateModelProxyHandler.ModelProxy
Deprecated.
Sets the model type for this instance.
$stateNode() - Method in interface com.vaadin.flow.templatemodel.TemplateModelProxyHandler.ModelProxy
Deprecated.
Gets the state node that this instance is backed by.
$stateNode(StateNode) - Method in interface com.vaadin.flow.templatemodel.TemplateModelProxyHandler.ModelProxy
Deprecated.
Sets the state node that this instance is backed by.

A

AbstractBasicModelType<T> - Class in com.vaadin.flow.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.
AbstractBasicModelType(Class<T>) - Constructor for class com.vaadin.flow.templatemodel.AbstractBasicModelType
Deprecated.
 
AbstractTemplate<M extends TemplateModel> - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
AbstractTemplate() - Constructor for class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Deprecated.
 
AbstractTemplate(StateNode) - Constructor for class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Deprecated.
 
ACCEPT_ALL - Static variable in class com.vaadin.flow.templatemodel.PropertyFilter
Deprecated.
An unwrapped filter that accepts all property names.
accepts(Type) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
Deprecated.
 
accepts(Type) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
 
accepts(Type) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
Deprecated.
 
accepts(Type) - Method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
 
accepts(Type) - Method in interface com.vaadin.flow.templatemodel.ModelType
Deprecated.
Checks whether this type can accept application values of the given type.
add(int, T) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
Deprecated.
 
ALLOW - Enum constant in enum class com.vaadin.flow.templatemodel.ClientUpdateMode
Deprecated.
Always allow updating the property.
AllowClientUpdates - Annotation Interface in com.vaadin.flow.templatemodel
Deprecated.
This functionality is bound to template model which is not supported for lit template. 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.
AllowClientUpdates.Container - Annotation Interface in com.vaadin.flow.templatemodel
Deprecated.
Internal annotation to enable use of multiple AllowClientUpdates annotations.
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BasicComplexModelType
Deprecated.
 
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BasicModelType
Deprecated.
 
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
 
applicationToModel(Object, PropertyFilter) - Method in interface com.vaadin.flow.templatemodel.ComplexModelType
Deprecated.
 
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
Deprecated.
 
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
 
applicationToModel(Object, PropertyFilter) - Method in interface com.vaadin.flow.templatemodel.ModelType
Deprecated.
Creates a model value representation of the provided application value.
apply(Field, String, String) - Method in interface com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.InjectableFieldCunsumer
Deprecated.
Performs this operation on the given arguments.

B

BasicComplexModelType<T> - Class in com.vaadin.flow.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.
BasicModelType - Class in com.vaadin.flow.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.
BeanModelType<T> - Class in com.vaadin.flow.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.
BeanModelType(Class<T>, PropertyFilter, boolean) - Constructor for class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Creates a new bean model type with the bean properties of the provided class that passes the provided property filter.
BeanModelType(Class<T>, Map<String, BeanModelType.BeanModelTypeProperty>, boolean) - Constructor for class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Creates a new bean model type from the given class and properties.
BundleParser - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Use BundleLitParser to parse Lit template since polymer template is deprecated, we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.

C

cast(Class<C>) - Method in class com.vaadin.flow.templatemodel.BasicComplexModelType
Deprecated.
 
cast(Class<C>) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
 
cast(Class<C>) - Method in interface com.vaadin.flow.templatemodel.ComplexModelType
Deprecated.
Checks that this type uses the provided proxy type and returns this type as a model type with that proxy type.
cast(Class<C>) - Method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
 
clear() - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
Deprecated.
 
ClientUpdateMode - Enum Class in com.vaadin.flow.templatemodel
Deprecated.
Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
com.vaadin.flow.component.polymertemplate - package com.vaadin.flow.component.polymertemplate
 
com.vaadin.flow.component.polymertemplate.rpc - package com.vaadin.flow.component.polymertemplate.rpc
 
com.vaadin.flow.templatemodel - package com.vaadin.flow.templatemodel
 
ComplexModelType<T> - Interface in com.vaadin.flow.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.
compose(Map<String, T>, String) - Method in class com.vaadin.flow.templatemodel.PathLookup
Deprecated.
Composes a new path lookup that contains all items of this path lookup and all provided items supplemented with the provided path prefix.
ConvertedModelType<A,M extends Serializable> - Class in com.vaadin.flow.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.
convertToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
Deprecated.
Converts the given model value to the application type of this model type.
createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
Deprecated.
 
createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
 
createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
Deprecated.
 
createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
 
createInitialValue(StateNode, String) - Method in interface com.vaadin.flow.templatemodel.ModelType
Deprecated.
Create initial value for the given property and set it for the node.
createInitialValues(StateNode) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Creates initial values for the given node using info from this model type.
createModelProxy(StateNode, BeanModelType<T>) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Deprecated.
Creates a proxy object for the given modelType type for the given state node.
createParser() - Method in class com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateParserFactory
Deprecated.
Creates a template parser instance.

D

decode(E) - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
Deprecated.
Decodes the given value.
DENY - Enum constant in enum class com.vaadin.flow.templatemodel.ClientUpdateMode
Deprecated.
Never allow updating the property.

E

empty() - Static method in class com.vaadin.flow.templatemodel.PathLookup
Deprecated.
Creates an empty path lookup.
encode(D) - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
Deprecated.
Encodes the given value.
Encode - Annotation Interface in com.vaadin.flow.templatemodel
Deprecated.
Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
Encode.Container - Annotation Interface in com.vaadin.flow.templatemodel
Deprecated.
Internal annotation to enable use of multiple Encode annotations.
equals(Object) - Method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy
Deprecated.
 
EventHandler - Annotation Interface in com.vaadin.flow.component.polymertemplate
Deprecated.
Event handlers are not supported by Lit templates. Add a corresponding DOM listener from server side API instead or fire a custom event from client side template. Also you may handle an event directly on the client side and the server side may be called from this handler via this.$server._some_method. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
Exclude - Annotation Interface in com.vaadin.flow.templatemodel
Deprecated.
Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.

F

forEachInjectedField(TemplateDataAnalyzer.InjectableFieldCunsumer) - Method in class com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.PolymerParserData
Deprecated.
Applies the given consumer to each mapped field.

G

get(int) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
Deprecated.
 
get(Class<?>) - Static method in class com.vaadin.flow.templatemodel.BasicComplexModelType
Deprecated.
Gets the basic model type definition for the given Java class.
get(Class<?>) - Static method in class com.vaadin.flow.templatemodel.BasicModelType
Deprecated.
Gets the basic model type definition for the given Java class.
get(Class<T>) - Static method in class com.vaadin.flow.templatemodel.ModelDescriptor
Deprecated.
Gets the model descriptor for a model type.
getChildren() - Method in class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Deprecated.
getClientUpdateAllowedProperties(Set<String>) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Gets a map whose keys are all properties (including subproperties) that allowed to be updated from the client-side and values indicate the property getter presence.
getClientUpdateMode(BeanModelType.BeanModelTypeProperty) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Gets the client update mode for a property.
getDecodedType() - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
Deprecated.
Get the decoded type of this encoder.
getEncodedType() - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
Deprecated.
Get the encoded type of this encoder.
getExistingProperty(String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
 
getFilterFromIncludeExclude(Method) - Static method in class com.vaadin.flow.templatemodel.TemplateModelUtil
Deprecated.
Gets a filter based on any @Include and/or @Exclude annotations present on the given method.
getInstance() - Static method in class com.vaadin.flow.component.polymertemplate.NpmTemplateParser
Deprecated.
 
getItem(String) - Method in class com.vaadin.flow.templatemodel.PathLookup
Deprecated.
Gets the item for the provided full path.
getItemType() - Method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
Gets the item type.
getJavaType() - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
Deprecated.
 
getJavaType() - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
 
getJavaType() - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
Deprecated.
 
getJavaType() - Method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
 
getJavaType() - Method in interface com.vaadin.flow.templatemodel.ModelType
Deprecated.
Gets the Java Type that this model encapsulates.
getListProxy(String, Class<T>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
Deprecated.
Gets a proxy of the given part of the model as a list of beans of the given type.
getModel() - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Deprecated.
Returns the model of this template.
getModelType() - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Deprecated.
Gets the type of the template model to use with with this template.
getModelType(Type) - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Deprecated.
Get the ModelType for given class.
getModelTypeForProxy(Object) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Deprecated.
Gets the model type that a proxy instance is bound to.
getModulePath() - Method in class com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateData
Deprecated.
Gets the uri where the template is declared.
getPrefix() - Method in class com.vaadin.flow.templatemodel.PropertyFilter
Deprecated.
Get the full path prefix of this property filter.
getPropertyNames() - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Gets the names of all properties in this bean type.
getPropertyType(String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Gets the type of the property with the given name.
getProxy(String, Class<T>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
Deprecated.
Gets a proxy of the given part of the model as a bean of the given type.
getProxyType() - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Gets the Class that proxies of this bean type should extend.
getSourcesFromTemplate(VaadinService, String, String) - Method in class com.vaadin.flow.component.polymertemplate.NpmTemplateParser
Deprecated.
Finds the JavaScript sources for given tag.
getStateNode() - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Deprecated.
Gets the state node for current template.
getStateNodeForProxy(Object) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Deprecated.
Gets the state node that a proxy is bound to.
getSupportedTypesString() - Static method in interface com.vaadin.flow.templatemodel.ModelType
Deprecated.
Gets a string explaining the supported property types in model.
getTemplateContent(Class<? extends PolymerTemplate<?>>, String, VaadinService) - Method in class com.vaadin.flow.component.polymertemplate.NpmTemplateParser
Deprecated.
 
getTemplateContent(Class<? extends PolymerTemplate<?>>, String, VaadinService) - Method in interface com.vaadin.flow.component.polymertemplate.TemplateParser
Deprecated.
Gets the template data which contains a JSOUP Element representing the template content and the template uri.
getTemplateElement() - Method in class com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateData
Deprecated.
Gets the content of the template.
getTemplateItem(Component, JsonNode, Type) - Method in class com.vaadin.flow.component.polymertemplate.rpc.PolymerPublishedEventRpcHandler
Get the template model object and type.
getTwoWayBindingPaths() - Method in class com.vaadin.flow.component.polymertemplate.TemplateInitializer
Deprecated.
Gets a set of two way binding paths encountered in the template.
getUsesClass(Class<? extends PolymerTemplate<?>>, String) - Static method in class com.vaadin.flow.component.polymertemplate.TemplateInitializer
Deprecated.
Looks for a component class with the given tag name among the classes used by the given polymer template class.
getWrappedModelType() - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
Deprecated.
Gets the model type describing the data actually stored in the model.

H

hashCode() - Method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy
Deprecated.
 
hasProperty(String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Checks whether this bean type has a property with the given name.

I

Id - Annotation Interface in com.vaadin.flow.component.polymertemplate
Deprecated.
Use com.vaadin.flow.component.template.Id instead. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
IdCollector - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Use IdCollector instead. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
IdCollector(Class<?>, String, Element) - Constructor for class com.vaadin.flow.component.polymertemplate.IdCollector
Deprecated.
Creates a collector the the given template.
IdMapper - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Use IdMapper instead.Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
IdMapper(Component) - Constructor for class com.vaadin.flow.component.polymertemplate.IdMapper
Deprecated.
Creates a mapper for the given template.
IF_TWO_WAY_BINDING - Enum constant in enum class com.vaadin.flow.templatemodel.ClientUpdateMode
Deprecated.
Allow updating the property if there is a corresponding two-way binding in the template.
importBean(String, Object, Predicate<String>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
Deprecated.
Import a bean properties passing the given filter to this template model.
importBeans(ModelList, List<T>, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
Imports beans into a model list based on the properties in the item type of this model type.
importBeans(String, List<?>, Predicate<String>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
Deprecated.
Imports a list of beans to this template model.
importProperties(ElementPropertyMap, Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Imports properties from a bean into a model map based on the properties in this model type.
Include - Annotation Interface in com.vaadin.flow.templatemodel
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.
indexOf(Object) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
Deprecated.
 
initChildElements() - Method in class com.vaadin.flow.component.polymertemplate.TemplateInitializer
Deprecated.
Initializes child elements.
initModel(Set<String>) - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Deprecated.
 
InjectablePolymerElementInitializer - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
InjectableLitElementInitializer should be used for Lit templates since polymer support is deprecated, we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
InjectablePolymerElementInitializer(Element, Class<? extends Component>) - Constructor for class com.vaadin.flow.component.polymertemplate.InjectablePolymerElementInitializer
Deprecated.
Creates an initializer for the element.
intercept(Object, Method, Object[]) - Method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Deprecated.
Processes a method invocation on a Byte buddy proxy instance and returns the result.
InterfaceProxy() - Constructor for class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy
Deprecated.
 
InvalidTemplateModelException - Exception in com.vaadin.flow.templatemodel
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.
InvalidTemplateModelException(String) - Constructor for exception com.vaadin.flow.templatemodel.InvalidTemplateModelException
Deprecated.
Creates a new exception with the given message.
InvalidTemplateModelException(String, Throwable) - Constructor for exception com.vaadin.flow.templatemodel.InvalidTemplateModelException
Deprecated.
Creates a new exception with the given message and cause.
isBasicType(Type) - Static method in class com.vaadin.flow.templatemodel.BasicComplexModelType
Deprecated.
Checks whether the type is a basic supported type.
isBean(Type) - Static method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Checks if the given type can be handled as a bean in a model.
isList(Type) - Static method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
Checks if the given type will be handled as a list of beans in the model.
isProxy(Object) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Deprecated.
Checks if the given object is a proxy created by this class.
isStaticAttribute(String, String) - Method in class com.vaadin.flow.component.polymertemplate.InjectablePolymerElementInitializer
Deprecated.
 
isSupportedClass(Class<?>) - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Deprecated.
Check if the given Class type is found in the Model.
isTemplateModelValue(Component, JsonNode, Class<?>) - Method in class com.vaadin.flow.component.polymertemplate.rpc.PolymerPublishedEventRpcHandler
Validate that the given Component instance is a PolymerTemplate and that the value can be converted.

L

ListModelType<T> - Class in com.vaadin.flow.templatemodel
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.
ListModelType(ComplexModelType<T>) - Constructor for class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
Creates a new list model type with the given bean model type.
loadBasicTypes(Function<Class<?>, M>) - Static method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
Deprecated.
 

M

ModelDescriptor<T extends TemplateModel> - Class in com.vaadin.flow.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.
ModelEncoder<D,E extends Serializable> - Interface in com.vaadin.flow.templatemodel
Deprecated.
This functionality is bound to template model which is not supported for lit template. 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.
ModelItem - Annotation Interface in com.vaadin.flow.component.polymertemplate
Deprecated.
There is no any replacement in Lit template since template model is not supported for lit template, but you may still use @EventData("some_data") to receive data from the client side or @Id mapping and the component API or the element API with property synchronization instead. TPolymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.BasicComplexModelType
Deprecated.
 
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.BasicModelType
Deprecated.
 
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
 
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
Deprecated.
 
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
 
modelToApplication(Serializable) - Method in interface com.vaadin.flow.templatemodel.ModelType
Deprecated.
Creates a representation of the provided model value that is intended for use in application code.
ModelType - Interface in com.vaadin.flow.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.

N

NpmTemplateParser - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Use LitTemplateParserImpl class for LitTemplate components. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
NpmTemplateParser() - Constructor for class com.vaadin.flow.component.polymertemplate.NpmTemplateParser
Deprecated.
The default constructor.

P

parseTemplateElement(String, String) - Static method in class com.vaadin.flow.component.polymertemplate.BundleParser
Deprecated.
Get the Polymer template element for the given polymer template source.
path() - Element in annotation interface com.vaadin.flow.templatemodel.AllowClientUpdates
Deprecated.
A dot separated path of the sub property that this access control setting applies to.
path() - Element in annotation interface com.vaadin.flow.templatemodel.Encode
Deprecated.
The dot separated path from the TemplateModel property to the value to apply encoding to.
PathLookup<T> - Class in com.vaadin.flow.templatemodel
Deprecated.
This functionality is internal and bound to template model which is not supported for lit template. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
PolymerParserData(Map<Field, String>, Map<String, String>, Map<String, Map<String, String>>, Set<String>, Collection<TemplateDataAnalyzer.SubTemplateData>) - Constructor for class com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.PolymerParserData
Deprecated.
Constructs an immutable data object with the given information.
PolymerPublishedEventRpcHandler - Class in com.vaadin.flow.component.polymertemplate.rpc
Polymer utilitiy class for handling polymer rpc events for @EventHandler.
PolymerPublishedEventRpcHandler() - Constructor for class com.vaadin.flow.component.polymertemplate.rpc.PolymerPublishedEventRpcHandler
 
PolymerTemplate<M extends TemplateModel> - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
PolymerTemplate() - Constructor for class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Deprecated.
Creates the component that is responsible for Polymer template functionality.
PolymerTemplate(TemplateParser) - Constructor for class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Deprecated.
Creates the component that is responsible for Polymer template functionality using the provided parser.
PolymerTemplate(TemplateParser, VaadinService) - Constructor for class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Deprecated.
Creates the component that is responsible for Polymer template functionality using the provided parser.
PropertyFilter - Class in com.vaadin.flow.templatemodel
Deprecated.
This functionality is internal and bound to template model which is not supported for lit template. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
PropertyFilter(PropertyFilter, String) - Constructor for class com.vaadin.flow.templatemodel.PropertyFilter
Deprecated.
Creates a new filter by adapting a filter from an outer scope.
PropertyFilter(PropertyFilter, String, Predicate<String>) - Constructor for class com.vaadin.flow.templatemodel.PropertyFilter
Deprecated.
Creates a new filter by combining a predicate with a filter for an outer scope.
PropertyFilter(Predicate<String>) - Constructor for class com.vaadin.flow.templatemodel.PropertyFilter
Deprecated.
Creates a new unwrapped filter from the given predicate.

R

remove(int) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
Deprecated.
 
remove(Object) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
Deprecated.
 
RepeatIndex - Annotation Interface in com.vaadin.flow.component.polymertemplate
Deprecated.
dom-repeat is not support by Lit templates but you may still use @EventData("some_data") directly to receive data from the client side. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
resolveBeanAndRun(TemplateModel, String, BiFunction<BeanModelType<?>, ElementPropertyMap, R>) - Static method in class com.vaadin.flow.templatemodel.TemplateModelUtil
Deprecated.
Resolves a bean model type and model map based on a model instance and passes those values to the provided callback.
resolveListAndRun(TemplateModel, String, BiFunction<ListModelType<?>, ModelList, R>) - Static method in class com.vaadin.flow.templatemodel.TemplateModelUtil
Deprecated.
Resolves a list model type and a model list based on a model instance and passes those to the provided callback.
resolveType(String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
Finds the model type denoted by the given model path.

S

set(int, T) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
Deprecated.
 
size() - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
Deprecated.
 

T

TemplateData(String, Element) - Constructor for class com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateData
Deprecated.
 
TemplateDataAnalyzer - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Use LitTemplateDataAnalyzer for LitTemplate components. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
TemplateDataAnalyzer.InjectableFieldCunsumer - Interface in com.vaadin.flow.component.polymertemplate
Deprecated.
Three argument consumer.
TemplateDataAnalyzer.PolymerParserData - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
TemplateInitializer - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Use LitTemplateInitializer for LitTemplate components. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
TemplateInitializer(PolymerTemplate<?>, TemplateParser, VaadinService) - Constructor for class com.vaadin.flow.component.polymertemplate.TemplateInitializer
Deprecated.
Creates a new initializer instance.
TemplateModel - Interface in com.vaadin.flow.templatemodel
Deprecated.
Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
TemplateModelListProxy<T> - Class in com.vaadin.flow.templatemodel
Deprecated.
This functionality is internal and bound to template model which is not supported for lit template. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
TemplateModelListProxy(StateNode, ComplexModelType<T>) - Constructor for class com.vaadin.flow.templatemodel.TemplateModelListProxy
Deprecated.
Creates a new proxy for the given node and item type.
TemplateModelProxyHandler - Class in com.vaadin.flow.templatemodel
Deprecated.
This functionality is internal and bound to template model which is not supported for lit template. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
TemplateModelProxyHandler.InterfaceProxy - Class in com.vaadin.flow.templatemodel
Deprecated.
Base type used for interface proxy types.
TemplateModelProxyHandler.ModelProxy - Interface in com.vaadin.flow.templatemodel
Deprecated.
Gives access to the state node of a proxy instance.
TemplateModelUtil - Class in com.vaadin.flow.templatemodel
Deprecated.
This functionality is internal and bound to template model which is not supported for lit template. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
TemplateParser - Interface in com.vaadin.flow.component.polymertemplate
Deprecated.
Use LitTemplateParser for LitTemplate components. Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
TemplateParser.TemplateData - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Use LitTemplateParser.TemplateData instead
TemplateParser.TemplateParserFactory - Class in com.vaadin.flow.component.polymertemplate
Deprecated.
Template parser factory.
TemplateParserFactory() - Constructor for class com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateParserFactory
Deprecated.
 
test(String) - Method in class com.vaadin.flow.templatemodel.PropertyFilter
Deprecated.
 
toJson() - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
Deprecated.
 
toJson() - Method in class com.vaadin.flow.templatemodel.BeanModelType
Deprecated.
 
toJson() - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
Deprecated.
 
toJson() - Method in class com.vaadin.flow.templatemodel.ListModelType
Deprecated.
 
toJson() - Method in interface com.vaadin.flow.templatemodel.ModelType
Deprecated.
Creates a JSON representation of this model type.
toString() - Method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy
Deprecated.
 

V

value() - Element in annotation interface com.vaadin.flow.component.polymertemplate.EventHandler
Deprecated.
Controls event handling for the method from the client side to the server side when the element is disabled.
value() - Element in annotation interface com.vaadin.flow.component.polymertemplate.Id
Deprecated.
The id of the element to map to.
value() - Element in annotation interface com.vaadin.flow.component.polymertemplate.ModelItem
Deprecated.
Path value for ModelItem.
value() - Element in annotation interface com.vaadin.flow.templatemodel.AllowClientUpdates.Container
Deprecated.
Internally used to enable use of multiple AllowClientUpdates annotations.
value() - Element in annotation interface com.vaadin.flow.templatemodel.AllowClientUpdates
Deprecated.
The client update mode to use for the designated property.
value() - Element in annotation interface com.vaadin.flow.templatemodel.Encode.Container
Deprecated.
Internally used to enable use of multiple Encode annotations.
value() - Element in annotation interface com.vaadin.flow.templatemodel.Encode
Deprecated.
The ModelEncoder class to use for encoding the property found through {Encode.path().
value() - Element in annotation interface com.vaadin.flow.templatemodel.Exclude
Deprecated.
Properties to exclude from a bean when importing into a template model.
value() - Element in annotation interface com.vaadin.flow.templatemodel.Include
Deprecated.
Properties to include from a bean when importing into a template model.
valueOf(String) - Static method in enum class com.vaadin.flow.templatemodel.ClientUpdateMode
Deprecated.
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.templatemodel.ClientUpdateMode
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
$ A B C D E F G H I L M N P R S T V 
All Classes and Interfaces|All Packages|Serialized Form