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

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.ColumnModelEvent

public class ColumnModelEvent
extends BaseEvent

ColumnModel event.

See Also:
ColumnModel

Field Summary
 ColumnModel cm
          The source column model.
 int colIndex
          The column index.
 java.lang.String header
          The column header.
 boolean hidden
          The column hidden state.
 int width
          The column width.
 
Fields inherited from class com.extjs.gxt.ui.client.event.BaseEvent
doit, source, type
 
Constructor Summary
ColumnModelEvent(ColumnModel cm)
           
ColumnModelEvent(ColumnModel cm, int colIndex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cm

public ColumnModel cm
The source column model.


colIndex

public int colIndex
The column index.


header

public java.lang.String header
The column header.


width

public int width
The column width.


hidden

public boolean hidden
The column hidden state.

Constructor Detail

ColumnModelEvent

public ColumnModelEvent(ColumnModel cm)

ColumnModelEvent

public ColumnModelEvent(ColumnModel cm,
                        int colIndex)