net.sf.doolin.gui.field.table
Interface ColumnGenerator<V,E>
- Type Parameters:
V - Type of object for the viewE - Type of item in the table
- All Known Implementing Classes:
- DefaultColumnGenerator
public interface ColumnGenerator<V,E>
Generates the column list for a table.
- Author:
- Damien Coraboeuf
generateColumns
List<Column> generateColumns(GUITableField<V,E> tableField)
- Generates the columns
- Parameters:
tableField - Associated table field
- Returns:
- List of columns
Copyright © 2011. All Rights Reserved.