Uses of Interface
org.apache.pivot.wtk.Spinner.ItemBindMapping
- 
Packages that use Spinner.ItemBindMapping Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows.
- 
- 
Uses of Spinner.ItemBindMapping in org.apache.pivot.wtkMethods in org.apache.pivot.wtk that return Spinner.ItemBindMapping Modifier and Type Method Description Spinner.ItemBindMappingSpinner. getSelectedItemBindMapping()Methods in org.apache.pivot.wtk with parameters of type Spinner.ItemBindMapping Modifier and Type Method Description voidSpinnerBindingListener.Adapter. selectedItemBindMappingChanged(Spinner spinner, Spinner.ItemBindMapping previousSelectedItemBindMapping)Deprecated.voidSpinnerBindingListener.Listeners. selectedItemBindMappingChanged(Spinner spinner, Spinner.ItemBindMapping previousSelectedItemBindMapping)default voidSpinnerBindingListener. selectedItemBindMappingChanged(Spinner spinner, Spinner.ItemBindMapping previousSelectedItemBindMapping)Called when a spinner's selected item bind mapping has changed.voidSpinner. setSelectedItemBindMapping(Spinner.ItemBindMapping selectedItemBindMapping)
- 
Uses of Spinner.ItemBindMapping in org.apache.pivot.wtk.contentClasses in org.apache.pivot.wtk.content that implement Spinner.ItemBindMapping Modifier and Type Class Description classSpinnerIndexBindMappingASpinner.ItemBindMappingthat loads and stores just the index itself instead of the selected item.
 
-