com.gwtext.client.widgets.grid.event
Interface GridColumnListener
- All Known Implementing Classes:
- GridColumnListenerAdapter
public interface GridColumnListener
onColumnMove
void onColumnMove(GridPanel grid,
int oldIndex,
int newIndex)
- Fires when the user moves a column.
- Parameters:
grid - thisoldIndex - the old column indexnewIndex - the new column index
onColumnResize
void onColumnResize(GridPanel grid,
int colIndex,
int newSize)
- Fires when the user resizes a column.
- Parameters:
grid - thiscolIndex - the column indexnewSize - the new column size