Hi Sowmiya,
Thanks for your reply..
That's not exactly what I was asking for.. So I have a new screen with a Listview that have items.
Now, I want to add something like Validators.required to the Listview.
I can add a function onSave to check if there's any item checked using getSelectedItems(), but I want it to work the same way validators work, so for example the save button won't be enabled without checking at least one item in the checklist.
Thank you again!