Uses of Class
org.robovm.apple.uikit.UITableViewCellEditingStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITableViewCellEditingStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITableViewCellEditingStyle Modifier and Type Method Description UITableViewCellEditingStyleUITableViewCell. getEditingStyle()UITableViewCellEditingStyleUITableViewController. getEditingStyleForRow(UITableView tableView, NSIndexPath indexPath)UITableViewCellEditingStyleUITableViewDelegate. getEditingStyleForRow(UITableView tableView, NSIndexPath indexPath)UITableViewCellEditingStyleUITableViewDelegateAdapter. getEditingStyleForRow(UITableView tableView, NSIndexPath indexPath)UITableViewCellEditingStyleUITableViewModel. getEditingStyleForRow(UITableView tableView, NSIndexPath indexPath)static UITableViewCellEditingStyleUITableViewCellEditingStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UITableViewCellEditingStyleUITableViewCellEditingStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UITableViewCellEditingStyle[]UITableViewCellEditingStyle. 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 UITableViewCellEditingStyle Modifier and Type Method Description voidUITableViewController. commitEditingStyleForRow(UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath)voidUITableViewDataSource. commitEditingStyleForRow(UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath)voidUITableViewDataSourceAdapter. commitEditingStyleForRow(UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath)voidUITableViewDiffableDataSource. commitEditingStyleForRow(UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath)voidUITableViewModel. commitEditingStyleForRow(UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath)