C# Класс Fluqi.Widget.jSelectMenuItem.SelectMenuOptGroup

Defines the logic and rendering of a single option.
Наследование: SelectMenuItemBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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