Esempio n. 1
0
 public extern virtual sap.ui.unified.MenuTextFieldItem setSubmenu(sap.ui.unified.Menu oMenu);
Esempio n. 2
0
 /// <summary>
 /// Produces the HTML of an item and writes it to render-output-buffer during the rendering of the corresponding menu.
 ///
 /// Subclasses may override this function.
 /// </summary>
 /// <param name="oRenderManager">The <code>RenderManager</code> that can be used for writing to the render-output-buffer</param>
 /// <param name="oItem">The item which should be rendered</param>
 /// <param name="oMenu">The menu to which this item belongs</param>
 public extern virtual void render(sap.ui.core.RenderManager oRenderManager, sap.ui.unified.MenuItemBase oItem, sap.ui.unified.Menu oMenu);
Esempio n. 3
0
 /// <summary>
 /// Sets the aggregated {@link #getSubmenu submenu}.
 /// </summary>
 /// <param name="oSubmenu">The submenu to set</param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.unified.MenuItemBase setSubmenu(sap.ui.unified.Menu oSubmenu);
Esempio n. 4
0
 /// <summary>
 /// Changes the visual hover state of the menu item.
 ///
 /// Subclasses may override this function.
 /// </summary>
 /// <param name="bHovered">Specifies whether the item is currently hovered or not.</param>
 /// <param name="oMenu">The menu to which this item belongs</param>
 public extern virtual void hover(bool bHovered, sap.ui.unified.Menu oMenu);
Esempio n. 5
0
					/// <summary>
					/// Setter for the aggregated <code>menu</code>.
					/// </summary>
					/// <param name="oMenu">The menu to be set to the menu aggregation</param>
					/// <returns><code>this</code> to allow method chaining</returns>
					public extern virtual sap.ui.commons.MenuButton setMenu(sap.ui.unified.Menu oMenu);