Interface BeanTableDataModel
-
- All Superinterfaces:
BeanAware
,BeanProviderBound
,TableDataModel
- All Known Implementing Classes:
AbstractBeanTableDataModel
,SimpleBeanBoundTableDataModel
@Deprecated public interface BeanTableDataModel extends TableDataModel, BeanProviderBound
Deprecated.UseWTable
andWTable.BeanBoundTableModel
instead.The BeanTableDataModel provides a link between a bean (bound to a table), and the table model API.- Since:
- 1.0.0
- Author:
- Yiannis Paschalidis
-
-
Method Summary
-
Methods inherited from interface com.github.bordertech.wcomponents.BeanAware
getBean, getBeanProperty, getBeanValue, setBeanProperty
-
Methods inherited from interface com.github.bordertech.wcomponents.BeanProviderBound
getBeanId, setBeanId, setBeanProvider
-
Methods inherited from interface com.github.bordertech.wcomponents.TableDataModel
getFilterValues, getRowCount, getRowHeader, getValueAt, isCellEditable, isDisabled, isSelectable, isSortable, setValueAt, sort
-
-