Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.2.0
-
None
Description
Something like
SelectModel model = selectModelFactory.createModel("id", "name", users)
where users is a Collection of objects of the same type, having properties id (the server side value) and name (the client-side label).
Maybe variations for other cases, such as when the object itself is the server-side value (i.e., a Hibernate entity).
Attachments
Issue Links
- is duplicated by
-
TAP5-565 Add BeanPropertySelectModel
- Closed