Uses of Class
org.robovm.apple.uikit.UIMenuElementState
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIMenuElementState in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIMenuElementState Modifier and Type Method Description UIMenuElementStateUIAction. getState()UIMenuElementStateUICommand. getState()UIMenuElementStateUIKeyCommand. getState()static UIMenuElementStateUIMenuElementState. valueOf(long n)Returns the enum constant of this type with the specified name.static UIMenuElementStateUIMenuElementState. valueOf(String name)Returns the enum constant of this type with the specified name.static UIMenuElementState[]UIMenuElementState. 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 UIMenuElementState Modifier and Type Method Description voidUIAction. setState(UIMenuElementState v)voidUICommand. setState(UIMenuElementState v)voidUIKeyCommand. setState(UIMenuElementState v)