You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

datamodel-selection.asciidoc 794B

1234567891011121314151617181920
  1. ---
  2. title: Selecting items
  3. order: 5
  4. layout: page
  5. ---
  6. [[datamodel.selection]]
  7. = Selecting items
  8. ////
  9. TODO
  10. * A Listing may let the user mark one or several of its items as selected.
  11. * Some listings only support having one item selected at a time
  12. ** Code example: Setting, getting and reacting to events from a NativeSelect
  13. ** Design question: Is nullSelectionAllowed a feature of each component or a feature of the selection model?
  14. * Other listings can be configured to allow selecting one or many items. Depending on how it is configured, it uses a different selection model type for working with the selection.
  15. ** Code example: CheckBoxGroup/RadioButtonGroup. Using different selection model types to access the selection.
  16. ** Code example: Using each selection model type with a Binder
  17. ////