Uses of Class
org.robovm.apple.uikit.UITableViewCellAccessoryType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITableViewCellAccessoryType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITableViewCellAccessoryType Modifier and Type Method Description UITableViewCellAccessoryTypeUITableViewCell. getAccessoryType()UITableViewCellAccessoryTypeUITableViewCell. getEditingAccessoryType()static UITableViewCellAccessoryTypeUITableViewCellAccessoryType. valueOf(long n)Returns the enum constant of this type with the specified name.static UITableViewCellAccessoryTypeUITableViewCellAccessoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static UITableViewCellAccessoryType[]UITableViewCellAccessoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UITableViewCellAccessoryType Modifier and Type Method Description voidUITableViewCell. setAccessoryType(UITableViewCellAccessoryType v)voidUITableViewCell. setEditingAccessoryType(UITableViewCellAccessoryType v)