Interface UiComponents

All Known Implementing Classes:
UiComponentsImpl

public interface UiComponents
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends com.vaadin.flow.component.Component>
    T
    create(Class<T> type)
     
    <T extends com.vaadin.flow.component.Component>
    T
    create(org.springframework.core.ParameterizedTypeReference<T> type)
     
  • Method Details

    • create

      <T extends com.vaadin.flow.component.Component> T create(Class<T> type)
    • create

      <T extends com.vaadin.flow.component.Component> T create(org.springframework.core.ParameterizedTypeReference<T> type)