Class ActionDisplaySpec

    • Field Detail

      • DISPLAYED

        public static final ActionDisplaySpec DISPLAYED
        The action is available in the default EBX® menu and can be explicitly assigned to a custom toolbar.

        In default EBX® menus, actions are sorted alphabetically by default. To specify a different position, displayInDefaultMenuAtPosition(int) can be used.

      • HIDDEN

        public static final ActionDisplaySpec HIDDEN
        The action is neither available in the default EBX® menu nor can it be explicitly assigned to a custom toolbar.
      • HIDDEN_IN_DEFAULT_MENU

        public static final ActionDisplaySpec HIDDEN_IN_DEFAULT_MENU
        The action can only be explicitly assigned to a custom toolbar. It is not available in the default EBX® menu.
    • Method Detail

      • displayInDefaultMenuAtPosition

        public static ActionDisplaySpec displayInDefaultMenuAtPosition​(int aPosition)
        This is similar to DISPLAYED, but the position in the default menu can be specified. By default, actions are alphabetically sorted.