You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.templatemodel

Package com.vaadin.flow.templatemodel

  • Interface Summary
    Interface Description
    ComplexModelType<T> Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    ModelEncoder<D,​E extends Serializable> Deprecated.
    This functionality is bound to template model which is not supported for lit template.
    ModelType Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    TemplateModel Deprecated.
    Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead.
    TemplateModelProxyHandler.ModelProxy

    Gives access to the state node of a proxy instance.

  • Class Summary
    Class Description
    AbstractBasicModelType<T> Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    BasicComplexModelType<T> Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    BasicModelType Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    BeanModelType<T> Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    ConvertedModelType<A,​M extends Serializable> Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    ListModelType<T> Deprecated.
    Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead.
    ModelDescriptor<T extends TemplateModel> Deprecated.
    Template model and model types are not supported for lit template, but you can use @Id mapping and the component API or the element API with property synchronization instead.
    PathLookup<T> Deprecated.
    This functionality is internal and bound to template model which is not supported for lit template.
    PropertyFilter Deprecated.
    This functionality is internal and bound to template model which is not supported for lit template.
    TemplateModelListProxy<T> Deprecated.
    This functionality is internal and bound to template model which is not supported for lit template.
    TemplateModelProxyHandler Deprecated.
    This functionality is internal and bound to template model which is not supported for lit template.
    TemplateModelProxyHandler.InterfaceProxy

    Base type used for interface proxy types.

    TemplateModelUtil Deprecated.
    This functionality is internal and bound to template model which is not supported for lit template.
  • Enum Summary
    Enum Description
    ClientUpdateMode Deprecated.
    Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead.
  • Exception Summary
    Exception Description
    InvalidTemplateModelException Deprecated.
    Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead.
  • Annotation Types Summary
    Annotation Type Description
    AllowClientUpdates Deprecated.
    This functionality is bound to template model which is not supported for lit template.
    AllowClientUpdates.Container

    Internal annotation to enable use of multiple AllowClientUpdates annotations.

    Encode Deprecated.
    Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead.
    Encode.Container

    Internal annotation to enable use of multiple Encode annotations.

    Exclude Deprecated.
    Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead.
    Include Deprecated.
    Template model and polymer template support is deprecated - we recommend you to use LitTemplate instead.