Uses of Interface
com.vaadin.flow.templatemodel.ComplexModelType
Packages that use ComplexModelType
-
Uses of ComplexModelType in com.vaadin.flow.templatemodel
Classes in com.vaadin.flow.templatemodel that implement ComplexModelTypeModifier and TypeClassDescriptionclassDeprecated.classDeprecated.Template model and model types are not supported for lit template, but you can use@Idmapping and the component API or the element API with property synchronization instead.classDeprecated.Template model and polymer template support is deprecated - we recommend you to useLitTemplateinstead.classModelDescriptor<T extends TemplateModel>Deprecated.Template model and model types are not supported for lit template, but you can use@Idmapping and the component API or the element API with property synchronization instead.Methods in com.vaadin.flow.templatemodel that return ComplexModelTypeModifier and TypeMethodDescription<C> ComplexModelType<C>Deprecated.<C> ComplexModelType<C>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>Deprecated.ListModelType.getItemType()Deprecated.Gets the item type.Methods in com.vaadin.flow.templatemodel that return types with arguments of type ComplexModelTypeModifier and TypeMethodDescriptionstatic Optional<ComplexModelType<?>>Deprecated.Gets the basic model type definition for the given Java class.Constructors in com.vaadin.flow.templatemodel with parameters of type ComplexModelTypeModifierConstructorDescriptionListModelType(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.
@Idmapping and the component API or the element API with property synchronization instead.