|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.ColumnModelEvent
public class ColumnModelEvent
ColumnModel event.
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 |
|---|
public ColumnModel cm
public int colIndex
public java.lang.String header
public int width
public boolean hidden
| Constructor Detail |
|---|
public ColumnModelEvent(ColumnModel cm)
public ColumnModelEvent(ColumnModel cm,
int colIndex)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||