com.extjs.gxt.ui.client.event
Class DataViewEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.DomEvent
          extended by com.extjs.gxt.ui.client.event.ComponentEvent
              extended by com.extjs.gxt.ui.client.event.BoxComponentEvent
                  extended by com.extjs.gxt.ui.client.event.ContainerEvent<DataView,DataViewItem>
                      extended by com.extjs.gxt.ui.client.event.DataViewEvent

Deprecated. see ListView

public class DataViewEvent
extends ContainerEvent<DataView,DataViewItem>

DataView event type.

Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.

See Also:
DataView

Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent
event
 
Constructor Summary
DataViewEvent(DataView view)
          Deprecated.  
DataViewEvent(DataView view, DataViewItem item)
          Deprecated.  
 
Method Summary
 DataView getView()
          Deprecated. Returns the source data view.
 void setView(DataView view)
          Deprecated. Sets the source data view.
 
Methods inherited from class com.extjs.gxt.ui.client.event.ContainerEvent
getContainer, getIndex, getItem, getSelected, setContainer, setIndex, setItem, setSelected
 
Methods inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent
getBoxComponent, getHeight, getSize, getWidth, getX, getY, setBoxComponent, setHeight, setSize, setWidth, setX, setY
 
Methods inherited from class com.extjs.gxt.ui.client.event.ComponentEvent
getComponent, getState, setComponent, setState
 
Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent
cancelBubble, getClientX, getClientY, getEvent, getEventTypeInt, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataViewEvent

public DataViewEvent(DataView view)
Deprecated. 

DataViewEvent

public DataViewEvent(DataView view,
                     DataViewItem item)
Deprecated. 
Method Detail

getView

public DataView getView()
Deprecated. 
Returns the source data view.

Returns:
the data view

setView

public void setView(DataView view)
Deprecated. 
Sets the source data view.

Parameters:
view - the data view