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

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<Table,TableItem>
                      extended by com.extjs.gxt.ui.client.event.TableEvent

Deprecated. see Grid

public class TableEvent
extends ContainerEvent<Table,TableItem>

Table 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:
Table

Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent
event
 
Constructor Summary
TableEvent(Table table)
          Deprecated. Creates a new table event.
TableEvent(Table table, TableItem item)
          Deprecated.  
 
Method Summary
 int getCellIndex()
          Deprecated. Returns the cell index.
 int getColumnIndex()
          Deprecated. Returns the column index.
 Menu getMenu()
          Deprecated. Returns the menu.
 int getRowIndex()
          Deprecated. Returns the row index.
 Style.SortDir getSortDir()
          Deprecated. Returns the sort direction.
 float getTableWidth()
          Deprecated. Returns the width.
 void setCellIndex(int cellIndex)
          Deprecated. Sets the cell index.
 void setColumnIndex(int columnIndex)
          Deprecated. Sets the column index.
 void setMenu(Menu menu)
          Deprecated. Sets the menu.
 void setRowIndex(int rowIndex)
          Deprecated. Sets the row index.
 void setSortDir(Style.SortDir sortDir)
          Deprecated. Sets the sort direction.
 void setTableWidth(float width)
          Deprecated. Sets the width.
 
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

TableEvent

public TableEvent(Table table)
Deprecated. 
Creates a new table event.

Parameters:
table - the event source

TableEvent

public TableEvent(Table table,
                  TableItem item)
Deprecated. 
Method Detail

getCellIndex

public int getCellIndex()
Deprecated. 
Returns the cell index.

Returns:
the cell index

getColumnIndex

public int getColumnIndex()
Deprecated. 
Returns the column index.

Returns:
the column index

getMenu

public Menu getMenu()
Deprecated. 
Returns the menu.

Returns:
the menu

getRowIndex

public int getRowIndex()
Deprecated. 
Returns the row index.

Returns:
the row index

getSortDir

public Style.SortDir getSortDir()
Deprecated. 
Returns the sort direction.

Returns:
the sort direction

getTableWidth

public float getTableWidth()
Deprecated. 
Returns the width.

Returns:
the width.

setCellIndex

public void setCellIndex(int cellIndex)
Deprecated. 
Sets the cell index.

Parameters:
cellIndex - the cell index

setColumnIndex

public void setColumnIndex(int columnIndex)
Deprecated. 
Sets the column index.

Parameters:
columnIndex - the column index

setMenu

public void setMenu(Menu menu)
Deprecated. 
Sets the menu.

Parameters:
menu - the menu

setRowIndex

public void setRowIndex(int rowIndex)
Deprecated. 
Sets the row index.

Parameters:
rowIndex - the row index

setSortDir

public void setSortDir(Style.SortDir sortDir)
Deprecated. 
Sets the sort direction.

Parameters:
sortDir - the sort direction.

setTableWidth

public void setTableWidth(float width)
Deprecated. 
Sets the width.

Parameters:
width - the width