Uses of Class
com.vaadin.flow.templatemodel.BeanModelType
Packages that use BeanModelType
-
Uses of BeanModelType in com.vaadin.flow.templatemodel
Subclasses of BeanModelType in com.vaadin.flow.templatemodelMethods in com.vaadin.flow.templatemodel that return BeanModelTypeModifier and TypeMethodDescriptionTemplateModelProxyHandler.ModelProxy.$modelType()Gets the model type definition for this type.<C> BeanModelType<C> 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 BeanModelTypeModifier and TypeMethodDescriptionvoidTemplateModelProxyHandler.ModelProxy.$modelType(BeanModelType<?> type) Sets the model type for this instance.static <T> TTemplateModelProxyHandler.createModelProxy(com.vaadin.flow.internal.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 BeanModelTypeModifier and TypeMethodDescriptionstatic <R> RTemplateModelUtil.resolveBeanAndRun(TemplateModel model, String modelPath, BiFunction<BeanModelType<?>, com.vaadin.flow.internal.nodefeature.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.
@Idmapping and the component API or the element API with property synchronization instead.