Apache Wicket 8.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 13.2. The ListView Component . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the parent markup as if it was its own. 13.2. The ListView Component As its name suggests, component org.apache.wicket.markup.html.list.ListView is designed to display a given list of objects which which can be provided as a standard Java List or as a model containing the concrete List. ListView iterates over the list and creates a child component of type org.apache.wicket.markup.html.list.ListItem0 码力 | 350 页 | 9.95 MB | 1 年前3Apache Wicket 7.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 13.2. The ListView Component . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the parent markup as if it was its own. 13.2. The ListView Component As its name suggests, component org.apache.wicket.markup.html.list.ListView is designed to display a given list of objects which which can be provided as a standard Java List or as a model containing the concrete List. ListView iterates over the list and creates a child component of type org.apache.wicket.markup.html.list.ListItem0 码力 | 346 页 | 10.00 MB | 1 年前3Apache Wicket 10.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 13.2. The ListView Component . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the parent markup as if it was its own. 13.2. The ListView Component As its name suggests, component org.apache.wicket.markup.html.list.ListView is designed to display a given list of objects which which can be provided as a standard Java List or as a model containing the concrete List. ListView iterates over the list and creates a child component of type org.apache.wicket.markup.html.list.ListItem0 码力 | 336 页 | 7.16 MB | 1 年前3Apache Wicket 9.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 13.2. The ListView Component . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . the parent markup as if it was its own. 13.2. The ListView Component As its name suggests, component org.apache.wicket.markup.html.list.ListView is designed to display a given list of objects which which can be provided as a standard Java List or as a model containing the concrete List. ListView iterates over the list and creates a child component of type org.apache.wicket.markup.html.list.ListItem0 码力 | 335 页 | 7.15 MB | 1 年前3Spring Framwork Language Support v6.0.0-M2
@Bean fun mainRouter(userHandler: UserHandler) = coRouter { GET("/", userHandler::listView) GET("/api/user", userHandler::listApi) } } class UserHandler(builder: WebClient.Builder) Builder) { private val client = builder.baseUrl("...").build() suspend fun listView(request: ServerRequest): ServerResponse = ServerResponse.ok().renderAndAwait("users", mapOf("users"0 码力 | 42 页 | 602.76 KB | 1 年前3Spring Framwork Language Support v5.3.36 SNAPSHOT
@Bean fun mainRouter(userHandler: UserHandler) = coRouter { GET("/", userHandler::listView) GET("/api/user", userHandler::listApi) } } class UserHandler(builder: WebClient.Builder) Builder) { private val client = builder.baseUrl("...").build() suspend fun listView(request: ServerRequest): ServerResponse = ServerResponse.ok().renderAndAwait("users", mapOf("users"0 码力 | 42 页 | 603.79 KB | 1 年前3
共 6 条
- 1