Uses of Class
com.vaadin.flow.templatemodel.BeanModelType
-
Packages that use BeanModelType Package Description com.vaadin.flow.templatemodel -
-
Uses of BeanModelType in com.vaadin.flow.templatemodel
Subclasses of BeanModelType in com.vaadin.flow.templatemodel Modifier and Type Class Description 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 BeanModelType Modifier and Type Method Description BeanModelType<?>TemplateModelProxyHandler.ModelProxy. $modelType()Gets the model type definition for this type.<C> BeanModelType<C>BeanModelType. cast(Class<C> proxyType)Deprecated.static BeanModelType<?>TemplateModelProxyHandler. getModelTypeForProxy(Object proxy)Deprecated.Gets the model type that a proxy instance is bound to.Methods in com.vaadin.flow.templatemodel with parameters of type BeanModelType Modifier and Type Method Description voidTemplateModelProxyHandler.ModelProxy. $modelType(BeanModelType<?> type)Sets the model type for this instance.static <T> TTemplateModelProxyHandler. createModelProxy(StateNode stateNode, BeanModelType<T> modelType)Deprecated.Creates a proxy object for the givenmodelTypetype for the given state node.Method parameters in com.vaadin.flow.templatemodel with type arguments of type BeanModelType Modifier and Type Method Description static <R> RTemplateModelUtil. resolveBeanAndRun(TemplateModel model, String modelPath, BiFunction<BeanModelType<?>,ElementPropertyMap,R> callback)Deprecated.Resolves a bean model type and model map based on a model instance and passes those values to the provided callback.
-