C# Class Habanero.Faces.Base.HabaneroMenu.Item

A particular menu item that will be built into a Leaf Node of the Relevant Menu. The MenuBulder will build a menu item represented by this Item. This Item can be set up with either a CustomHandler
or a ControlManagerCreator or a FormControlCreator. These are used by the relevant MenuItemControl to respond the its click event.
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
Item ( HabaneroMenu parentMenu, string name ) : System

Constructor for an Item

Item ( HabaneroMenu parentMenu, string name, IControlHabanero form, IControlFactory controlFactory ) : System

Constructor for an Item

Method Details

Item() public method

Constructor for an Item
public Item ( HabaneroMenu parentMenu, string name ) : System
parentMenu HabaneroMenu
name string
return System

Item() public method

Constructor for an Item
public Item ( HabaneroMenu parentMenu, string name, IControlHabanero form, IControlFactory controlFactory ) : System
parentMenu HabaneroMenu
name string
form IControlHabanero
controlFactory IControlFactory
return System