org.eclipse.nebula.widgets.nattable.grid.data
Class DefaultBodyDataProvider<T>

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.data.ListDataProvider<T>
      extended by org.eclipse.nebula.widgets.nattable.grid.data.DefaultBodyDataProvider<T>
All Implemented Interfaces:
IDataProvider, IRowDataProvider<T>

public class DefaultBodyDataProvider<T>
extends ListDataProvider<T>


Field Summary
 
Fields inherited from class org.eclipse.nebula.widgets.nattable.data.ListDataProvider
columnAccessor, list
 
Constructor Summary
DefaultBodyDataProvider(List<T> rowData, String[] propertyNames)
           
 
Method Summary
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.data.ListDataProvider
getColumnCount, getDataValue, getList, getRowCount, getRowObject, indexOfRowObject, setDataValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBodyDataProvider

public DefaultBodyDataProvider(List<T> rowData,
                               String[] propertyNames)


Copyright © 2014. All rights reserved.