org.eclipse.nebula.widgets.nattable.data
Interface IColumnPropertyResolver

All Known Subinterfaces:
IColumnPropertyAccessor<T>
All Known Implementing Classes:
BlinkingGlazedListExample.TupleColumnPropertyAccessor, ColumnAccessor, ExtendedReflectiveColumnPropertyAccessor, ReflectiveColumnPropertyAccessor

public interface IColumnPropertyResolver

Maps between the column property name in the backing data bean and its corresponding column index.


Method Summary
 int getColumnIndex(String propertyName)
           
 String getColumnProperty(int columnIndex)
           
 

Method Detail

getColumnProperty

String getColumnProperty(int columnIndex)
Parameters:
columnIndex - i.e the order of the column in the backing bean

getColumnIndex

int getColumnIndex(String propertyName)
Parameters:
propertyName - i.e the name of the column in the backing bean


Copyright © 2014. All rights reserved.