Interface MenuItemControl

All Superinterfaces:
Control, Element, EventOwner, MessageContainer, MessageProperties, java.io.Serializable, WebFormEventOwner
All Known Subinterfaces:
DynamicMenuItemControl, StaticMenuItemControl

public interface MenuItemControl
extends Control, MessageProperties
MenuItemControl acts as the base interface for both static and dynamic menu items
Since:
V4.4
  • Method Details

    • getName

      java.lang.String getName()
    • getItemName

      java.lang.String getItemName()
      The name that uniquely identifies each menu item within a menu. This name can be used to set the item as selected - see MenuControl.setSelected(String). This is a read only property.
      Since:
      V4.4