Class UIMenuOptions


  • public final class UIMenuOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Destructive
      Indicates whether the menu should be rendered with a destructive appearance in its parent
      static long DisplayInline
      Show children inline in parent, instead of hierarchically
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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