com.vaadin.flow.component.template.internal.
Interface DeprecatedPolymerPublishedEventHandler
All Superinterfaces:
Service for injecting the polymer event handler when the module is available.
For internal use only. May be renamed or removed in a future release.
Since:
Author:
Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptiongetTemplateItem
(Component template, elemental.json.JsonObject argValue, Type convertedType) Deprecated.
Get the template model object and type.
boolean
isTemplateModelValue
(Component instance, elemental.json.JsonValue argValue, Class<?> convertedType) Deprecated.
Validate that the given Component instance is a PolymerTemplate and that the value can be converted.
-
Method Details
-
isTemplateModelValue
boolean isTemplateModelValue(Component instance, elemental.json.JsonValue argValue, Class<?> convertedType) Deprecated.Validate that the given Component instance is a PolymerTemplate and that the value can be converted.
Parameters:
instance
- Component to be validatedargValue
- received valueconvertedType
- target type that value should be converted toReturns:
true if valid template model value
-
getTemplateItem
Deprecated.Get the template model object and type.
Parameters:
template
- polymer template to get model fromargValue
- argument valueconvertedType
- value typeReturns:
the provided model value
Throws:
IllegalStateException
- if the component is not attached to the UI
-
LitTemplate
instead. Read more details from the Vaadin blog.