Interface WTable.BeanBoundTableModel
-
- All Superinterfaces:
BeanAware
,BeanProviderBound
,WTable.TableModel
- All Known Implementing Classes:
AbstractBeanBoundTableModel
,SimpleBeanBoundTableModel
- Enclosing class:
- WTable
public static interface WTable.BeanBoundTableModel extends WTable.TableModel, BeanProviderBound
The BeanBoundTableModel provides a link between a bean (bound to a table), and the table model API.- Since:
- 1.0.0
- Author:
- Jonathan Austin
-
-
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.WTable.TableModel
getChildCount, getRendererClass, getRowCount, getRowKey, getValueAt, hasChildren, isCellEditable, isDisabled, isExpandable, isSelectable, isSortable, setValueAt, sort
-
-