C# 클래스 Fluqi.Widget.jSelectMenuItem.SelectMenuOptGroup

Defines the logic and rendering of a single option.
상속: SelectMenuItemBase
파일 보기 프로젝트 열기: toepoke/Fluqi 1 사용 예제들

공개 메소드들

메소드 설명
SelectMenuOptGroup ( SelectMenuItemBase parent ) : System

Constructor for a child menu option

SelectMenuOptGroup ( jSelectMenu owner ) : System

Constructor

SetDisabled ( ) : SelectMenuOptGroup

Sets this menu item as disabled

SetLabel ( string label ) : SelectMenuOptGroup

Changes the label

보호된 메소드들

메소드 설명
BuildTagHtml ( Fluqi.Extension.Helpers.jStringBuilder sb ) : void

Builds up the Html for a select menuitem

RenderChildren ( Fluqi.Extension.Helpers.jStringBuilder sb ) : void

Renders the list of SelectMenuItems to the string builder. Note: For the SelectMenu this only happens for the root (i.e. this isn't recursive like the Menu control)

Reset ( ) : void

Resets the object back to a known state.

비공개 메소드들

메소드 설명
RenderRootCloseItem ( Fluqi.Extension.Helpers.jStringBuilder sb ) : void
RenderRootOpenItem ( Fluqi.Extension.Helpers.jStringBuilder sb ) : void

메소드 상세

BuildTagHtml() 보호된 메소드

Builds up the Html for a select menuitem
protected BuildTagHtml ( Fluqi.Extension.Helpers.jStringBuilder sb ) : void
sb Fluqi.Extension.Helpers.jStringBuilder
리턴 void

RenderChildren() 보호된 메소드

Renders the list of SelectMenuItems to the string builder. Note: For the SelectMenu this only happens for the root (i.e. this isn't recursive like the Menu control)
protected RenderChildren ( Fluqi.Extension.Helpers.jStringBuilder sb ) : void
sb Fluqi.Extension.Helpers.jStringBuilder StringBuilder
리턴 void

Reset() 보호된 메소드

Resets the object back to a known state.
protected Reset ( ) : void
리턴 void

SelectMenuOptGroup() 공개 메소드

Constructor for a child menu option
public SelectMenuOptGroup ( SelectMenuItemBase parent ) : System
parent SelectMenuItemBase SelectMenuItem object _this_ item belongs to
리턴 System

SelectMenuOptGroup() 공개 메소드

Constructor
public SelectMenuOptGroup ( jSelectMenu owner ) : System
owner jSelectMenu SelectMenu object _this_ item belongs to
리턴 System

SetDisabled() 공개 메소드

Sets this menu item as disabled
public SetDisabled ( ) : SelectMenuOptGroup
리턴 SelectMenuOptGroup

SetLabel() 공개 메소드

Changes the label
public SetLabel ( string label ) : SelectMenuOptGroup
label string
리턴 SelectMenuOptGroup