C# 클래스 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.
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
Item ( HabaneroMenu parentMenu, string name ) : System

Constructor for an Item

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

Constructor for an Item

메소드 상세

Item() 공개 메소드

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

Item() 공개 메소드

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