com.vaadin.ui
Interface Grid.ColumnResizeListener

All Superinterfaces:
java.io.Serializable
Enclosing class:
Grid

public static interface Grid.ColumnResizeListener
extends java.io.Serializable

An event listener for column resize events in the Grid.

Since:
7.6

Method Summary
 void columnResize(Grid.ColumnResizeEvent event)
          Called when the columns of the grid have been resized.
 

Method Detail

columnResize

void columnResize(Grid.ColumnResizeEvent event)
Called when the columns of the grid have been resized.

Parameters:
event - An event providing more information


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.