Uses of Class
org.robovm.apple.uikit.UIMenuOptions
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIMenuOptions in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as UIMenuOptions Modifier and Type Field Description static UIMenuOptionsUIMenuOptions. Destructivestatic UIMenuOptionsUIMenuOptions. DisplayInlinestatic UIMenuOptionsUIMenuOptions. Nonestatic UIMenuOptionsUIMenuOptions. SingleSelectionMethods in org.robovm.apple.uikit that return UIMenuOptions Modifier and Type Method Description protected UIMenuOptions[]UIMenuOptions. _values()UIMenuOptionsUIMenu. getOptions()static UIMenuOptions[]UIMenuOptions. values()protected UIMenuOptionsUIMenuOptions. wrap(long value, long mask)Methods in org.robovm.apple.uikit with parameters of type UIMenuOptions Modifier and Type Method Description protected static longUIMenu. create(String title, UIImage image, UIMenuIdentifier identifier, UIMenuOptions options, NSArray<UIMenuElement> children)Constructors in org.robovm.apple.uikit with parameters of type UIMenuOptions Constructor Description UIMenu(String title, UIImage image, UIMenuIdentifier identifier, UIMenuOptions options, NSArray<UIMenuElement> children)