Uses of Class
org.robovm.apple.uikit.UITableViewRowActionStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITableViewRowActionStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITableViewRowActionStyle Modifier and Type Method Description UITableViewRowActionStyleUITableViewRowAction. getStyle()Deprecated.static UITableViewRowActionStyleUITableViewRowActionStyle. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static UITableViewRowActionStyleUITableViewRowActionStyle. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static UITableViewRowActionStyle[]UITableViewRowActionStyle. values()Deprecated.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 UITableViewRowActionStyle Modifier and Type Method Description protected static longUITableViewRowAction. create(UITableViewRowActionStyle style, String title, VoidBlock2<UITableViewRowAction,NSIndexPath> handler)Deprecated.Constructors in org.robovm.apple.uikit with parameters of type UITableViewRowActionStyle Constructor Description UITableViewRowAction(UITableViewRowActionStyle style, String title, VoidBlock2<UITableViewRowAction,NSIndexPath> handler)Deprecated.