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.TableDataBindMappingTableView. getTableDataBindMapping()Methods in org.apache.pivot.wtk with parameters of type TableView.TableDataBindMapping Modifier and Type Method Description voidTableView. setTableDataBindMapping(TableView.TableDataBindMapping tableDataBindMapping)voidTableViewBindingListener.Adapter. tableDataBindMappingChanged(TableView tableView, TableView.TableDataBindMapping previousTableDataBindMapping)Deprecated.voidTableViewBindingListener.Listeners. tableDataBindMappingChanged(TableView tableView, TableView.TableDataBindMapping previousTableDataBindMapping)default voidTableViewBindingListener. tableDataBindMappingChanged(TableView tableView, TableView.TableDataBindMapping previousTableDataBindMapping)Called when a table view's table data bind mapping has changed.
-