Interface VGrid.CellFormatter<T>

Type Parameters:
T - the Item type
Enclosing class:
VGrid<T>

public static interface VGrid.CellFormatter<T>
An interface to configure formatting of all data cells in the Grid. Not that this does not apply to columns defined with custom renderer.