LitTemplate
instead. Read more details from the
Vaadin blog.@Deprecated public interface DeprecatedPolymerPublishedEventHandler extends Serializable
For internal use only. May be renamed or removed in a future release.
Modifier and Type | Method and Description |
---|---|
Object |
getTemplateItem(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.
|
boolean isTemplateModelValue(Component instance, elemental.json.JsonValue argValue, Class<?> convertedType)
instance
- Component to be validatedargValue
- received valueconvertedType
- target type that value should be converted toObject getTemplateItem(Component template, elemental.json.JsonObject argValue, Type convertedType)
template
- polymer template to get model fromargValue
- argument valueconvertedType
- value typeIllegalStateException
- if the component is not attached to the UICopyright © 2021. All rights reserved.