Uses of Interface
com.vaadin.flow.templatemodel.ComplexModelType
-
Packages that use ComplexModelType Package Description com.vaadin.flow.templatemodel -
-
Uses of ComplexModelType in com.vaadin.flow.templatemodel
Classes in com.vaadin.flow.templatemodel that implement ComplexModelType Modifier and Type Class Description classBasicComplexModelType<T>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.classBeanModelType<T>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.classListModelType<T>Deprecated.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 ComplexModelType Modifier and Type Method Description <C> ComplexModelType<C>BasicComplexModelType. cast(Class<C> proxyType)Deprecated.<C> ComplexModelType<C>ComplexModelType. cast(Class<C> proxyType)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>ListModelType. cast(Class<C> proxyType)Deprecated.ComplexModelType<T>ListModelType. getItemType()Deprecated.Gets the item type.Methods in com.vaadin.flow.templatemodel that return types with arguments of type ComplexModelType Modifier and Type Method Description static Optional<ComplexModelType<?>>BasicComplexModelType. get(Class<?> type)Deprecated.Gets the basic model type definition for the given Java class.Constructors in com.vaadin.flow.templatemodel with parameters of type ComplexModelType Constructor Description ListModelType(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.
-