Package apple.uikit.enums
Class UIMenuOptions
- java.lang.Object
-
- apple.uikit.enums.UIMenuOptions
-
public final class UIMenuOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDestructiveIndicates whether the menu should be rendered with a destructive appearance in its parentstatic longDisplayInlineShow children inline in parent, instead of hierarchically
-
-
-
Field Detail
-
DisplayInline
public static final long DisplayInline
Show children inline in parent, instead of hierarchically- See Also:
- Constant Field Values
-
Destructive
public static final long Destructive
Indicates whether the menu should be rendered with a destructive appearance in its parent- See Also:
- Constant Field Values
-
-