Uses of Interface
org.apache.pivot.wtk.ListView.ListDataBindMapping

Packages that use ListView.ListDataBindMapping
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of ListView.ListDataBindMapping in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return ListView.ListDataBindMapping
 ListView.ListDataBindMapping ListButton.getListDataBindMapping()
           
 ListView.ListDataBindMapping ListView.getListDataBindMapping()
           
 

Methods in org.apache.pivot.wtk with parameters of type ListView.ListDataBindMapping
 void ListButtonBindingListener.listDataBindMappingChanged(ListButton listButton, ListView.ListDataBindMapping previousListDataBindMapping)
          Called when a list button's list data bind mapping has changed.
 void ListButtonBindingListener.Adapter.listDataBindMappingChanged(ListButton listButton, ListView.ListDataBindMapping previousListDataBindMapping)
           
 void ListViewBindingListener.listDataBindMappingChanged(ListView listView, ListView.ListDataBindMapping previousListDataBindMapping)
          Called when a list view's list data bind mapping has changed.
 void ListViewBindingListener.Adapter.listDataBindMappingChanged(ListView listView, ListView.ListDataBindMapping previousListDataBindMapping)
           
 void ListButton.setListDataBindMapping(ListView.ListDataBindMapping listDataBindMapping)
           
 void ListView.setListDataBindMapping(ListView.ListDataBindMapping listDataBindMapping)