Uses of Class
org.robovm.apple.uikit.UICellConfigurationState
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UICellConfigurationState in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UICellConfigurationState Modifier and Type Method Description UICellConfigurationStateUICollectionViewCell. getConfigurationState()UICellConfigurationStateUITableViewCell. getConfigurationState()Methods in org.robovm.apple.uikit that return types with arguments of type UICellConfigurationState Modifier and Type Method Description VoidBlock2<UICollectionViewCell,UICellConfigurationState>UICollectionViewCell. getConfigurationUpdateHandler()VoidBlock2<UITableViewCell,UICellConfigurationState>UITableViewCell. getConfigurationUpdateHandler()Methods in org.robovm.apple.uikit with parameters of type UICellConfigurationState Modifier and Type Method Description voidUICollectionViewCell. updateConfigurationUsingState(UICellConfigurationState state)voidUITableViewCell. updateConfigurationUsingState(UICellConfigurationState state)Method parameters in org.robovm.apple.uikit with type arguments of type UICellConfigurationState Modifier and Type Method Description voidUICollectionViewCell. setConfigurationUpdateHandler(VoidBlock2<UICollectionViewCell,UICellConfigurationState> v)voidUITableViewCell. setConfigurationUpdateHandler(VoidBlock2<UITableViewCell,UICellConfigurationState> v)