|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.dnd.core.client.DragSource
com.sencha.gxt.dnd.core.client.ListViewDragSource<M>
M - the model typepublic class ListViewDragSource<M>
Enables a ListView to act as the source of a drag and drop operation.
<M>.
| Nested Class Summary | |
|---|---|
static interface |
ListViewDragSource.ListViewDragSourceMessages
The locale-sensitive messages used by this class. |
| Constructor Summary | |
|---|---|
ListViewDragSource(ListView<M,?> listView)
Creates a drag source for the specified list view. |
|
| Method Summary | |
|---|---|
ListView<M,?> |
getListView()
Returns the list view associated with this drag source. |
ListViewDragSource.ListViewDragSourceMessages |
getMessages()
Returns the locale-sensitive messages used by this class. |
void |
setMessages(ListViewDragSource.ListViewDragSourceMessages messages)
Sets the local-sensitive messages used by this class. |
| Methods inherited from class com.sencha.gxt.dnd.core.client.DragSource |
|---|
addDragCancelHandler, addDragStartHandler, addDropHandler, disable, enable, getData, getDraggable, getGroup, getStatusText, getWidget, isEnabled, release, setData, setGroup, setStatusText |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListViewDragSource(ListView<M,?> listView)
listView - the list view to enable as a drag source| Method Detail |
|---|
public ListView<M,?> getListView()
public ListViewDragSource.ListViewDragSourceMessages getMessages()
public void setMessages(ListViewDragSource.ListViewDragSourceMessages messages)
messages - the locale sensitive messages used by this class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||