Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Vaadin文档声明它支持Select使用 Java 调用的组件。
Select
你如何访问它?我找不到任何相应的课程。甚至它的安装部分也没有提到它。
您应该将以下依赖项添加到您的 pom.xml:
<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-select-flow</artifactId> <version>1.0.0</version> </dependency>