
M - the model typepublic interface CheckProvider<M> extends CheckChangedEvent.HasCheckChangedHandlers<M>
| Modifier and Type | Method and Description |
|---|---|
List<M> |
getCheckedSelection()
Returns the current checked selection.
|
boolean |
isChecked(M model)
Returns true if the model is checked.
|
void |
setCheckedSelection(List<M> selection)
Sets the current checked selection.
|
addCheckChangedHandlerCopyright © 2016. All rights reserved.