|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
M - the model typepublic interface CheckProvider<M>
Interface for objects that provide check state.
| Method Summary | |
|---|---|
java.util.List<M> |
getCheckedSelection()
Returns the current checked selection. |
boolean |
isChecked(M model)
Returns true if the model is checked. |
void |
setCheckedSelection(java.util.List<M> selection)
Sets the current checked selection. |
| Methods inherited from interface com.sencha.gxt.widget.core.client.event.CheckChangedEvent.HasCheckChangedHandlers |
|---|
addCheckChangedHandler |
| Method Detail |
|---|
java.util.List<M> getCheckedSelection()
boolean isChecked(M model)
model - the model
void setCheckedSelection(java.util.List<M> selection)
selection - the checked selection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||