Uses of Class
org.robovm.apple.uikit.UITableViewStyle
| Package | Description |
|---|---|
| org.robovm.apple.coreaudiokit | |
| org.robovm.apple.uikit |
-
Uses of UITableViewStyle in org.robovm.apple.coreaudiokit
Constructors in org.robovm.apple.coreaudiokit with parameters of type UITableViewStyle Constructor Description CABTMIDICentralViewController(UITableViewStyle style) -
Uses of UITableViewStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITableViewStyle Modifier and Type Method Description UITableViewStyleUITableView. getStyle()static UITableViewStyleUITableViewStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UITableViewStyleUITableViewStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UITableViewStyle[]UITableViewStyle. 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 UITableViewStyle Modifier and Type Method Description protected longUITableView. init(CGRect frame, UITableViewStyle style)protected longUITableViewController. init(UITableViewStyle style)Constructors in org.robovm.apple.uikit with parameters of type UITableViewStyle Constructor Description UITableView(CGRect frame, UITableViewStyle style)UITableViewController(UITableViewStyle style)