|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.widget.core.client.selection.AbstractStoreSelectionModel<M>
com.sencha.gxt.widget.core.client.ListViewSelectionModel<M>
M - the model typepublic class ListViewSelectionModel<M>
ListView selection model.
| Constructor Summary | |
|---|---|
ListViewSelectionModel()
|
|
| Method Summary | |
|---|---|
void |
bindList(ListView<M,?> listView)
Binds the list view to the selection model. |
boolean |
isVertical()
Returns true if up and down arrow keys are used for navigation. |
void |
setVertical(boolean isVertical)
Sets if up and down arrow keys or left and right arrow keys should be used (defaults to true). |
| Methods inherited from class com.sencha.gxt.widget.core.client.selection.AbstractStoreSelectionModel |
|---|
addBeforeSelectionHandler, addSelectionChangedHandler, addSelectionHandler, bind, deselect, deselect, deselect, deselect, deselect, deselectAll, fireEvent, getSelectedItem, getSelectedItems, getSelection, getSelectionMode, isLocked, isSelected, refresh, select, select, select, select, select, selectAll, setLocked, setSelection, setSelectionMode |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListViewSelectionModel()
| Method Detail |
|---|
public void bindList(ListView<M,?> listView)
listView - the list viewpublic boolean isVertical()
public void setVertical(boolean isVertical)
isVertical - the isVertical to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||