Interface Menu

    • Field Detail

      • OPEN_PROPERTY

        static final java.lang.String OPEN_PROPERTY
        The open bound property.
      • ROLLOVER_OPEN_ENABLED_PROPERTY

        static final java.lang.String ROLLOVER_OPEN_ENABLED_PROPERTY
        The bound property of whether children will be displayed upon rollover.
    • Method Detail

      • isOpen

        boolean isOpen()
        Returns:
        Whether the menu is open.
      • setOpen

        void setOpen​(boolean newOpen)
        Sets whether the menu is open. This is a bound property of type Boolean.
        Parameters:
        newOpen - true if the menu should be open.
        See Also:
        OPEN_PROPERTY
      • isRolloverOpenEnabled

        boolean isRolloverOpenEnabled()
        Returns:
        Whether the menu children will be shown during rollover.
      • setRolloverOpenEnabled

        void setRolloverOpenEnabled​(boolean newRolloverOpenEnabled)
        Sets whether the menu children will be shown during rollover. If rollover open is enabled, the open state will not actually be changed during rollover. This is a bound property of type Boolean.
        Parameters:
        newRolloverOpenEnabled - true if the component should allow display during rollover, else false.
        See Also:
        ROLLOVER_OPEN_ENABLED_PROPERTY