ilog.webui.dhtml.components

Class IlxWMenu

  • All Implemented Interfaces:
    ilog.webui.dhtml.IlxWConstants, ilog.webui.dhtml.IlxWCSSModelProvider, ilog.webui.dhtml.IlxWDependencyProvider, ilog.webui.dhtml.IlxWJSObject, java.io.Serializable


    public class IlxWMenu
    extends IlxWMenuItem
    A menu object is a pull-down menu component that is deployed from a menu bar.

    Each item in a menu must belong to the MenuItem class. It can be an instance of IlxWMenuItem, or IlxWMenu if it is a submenu.

    See Also:
    Serialized Form
    • Constructor Detail

      • IlxWMenu

        public IlxWMenu()
        Constructs a new menu with an empty label.
      • IlxWMenu

        public IlxWMenu(java.lang.String text)
        Constructs a new menu with the specified label.
        Parameters:
        text - The menu label in the menu bar or in another menu of which this menu is a submenu.

© Copyright IBM Corp. 1987, 2015