Uses of Interface
org.robovm.apple.carplay.CPSelectableListItem
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPSelectableListItem in org.robovm.apple.carplay
Classes in org.robovm.apple.carplay that implement CPSelectableListItem Modifier and Type Class Description classCPListImageRowItemclassCPListItemclassCPSelectableListItemAdapterMethods in org.robovm.apple.carplay that return types with arguments of type CPSelectableListItem Modifier and Type Method Description VoidBlock2<CPSelectableListItem,Runnable>CPListImageRowItem. getHandler()VoidBlock2<CPSelectableListItem,Runnable>CPListItem. getHandler()VoidBlock2<CPSelectableListItem,Runnable>CPSelectableListItem. getHandler()VoidBlock2<CPSelectableListItem,Runnable>CPSelectableListItemAdapter. getHandler()Method parameters in org.robovm.apple.carplay with type arguments of type CPSelectableListItem Modifier and Type Method Description voidCPListImageRowItem. setHandler(VoidBlock2<CPSelectableListItem,Runnable> v)voidCPListItem. setHandler(VoidBlock2<CPSelectableListItem,Runnable> v)voidCPSelectableListItem. setHandler(VoidBlock2<CPSelectableListItem,Runnable> v)voidCPSelectableListItemAdapter. setHandler(VoidBlock2<CPSelectableListItem,Runnable> v)