Uses of Interface
org.apache.pivot.wtk.TableView.TableDataBindMapping
-
Packages that use TableView.TableDataBindMapping Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. -
-
Uses of TableView.TableDataBindMapping in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TableView.TableDataBindMapping Modifier and Type Method Description TableView.TableDataBindMapping
TableView. getTableDataBindMapping()
Methods in org.apache.pivot.wtk with parameters of type TableView.TableDataBindMapping Modifier and Type Method Description void
TableView. setTableDataBindMapping(TableView.TableDataBindMapping tableDataBindMapping)
void
TableViewBindingListener.Adapter. tableDataBindMappingChanged(TableView tableView, TableView.TableDataBindMapping previousTableDataBindMapping)
Deprecated.void
TableViewBindingListener.Listeners. tableDataBindMappingChanged(TableView tableView, TableView.TableDataBindMapping previousTableDataBindMapping)
default void
TableViewBindingListener. tableDataBindMappingChanged(TableView tableView, TableView.TableDataBindMapping previousTableDataBindMapping)
Called when a table view's table data bind mapping has changed.
-