C# Class Fluqi.Widget.jSelectMenuItem.SelectMenuOptGroup

Defines the logic and rendering of a single option.
Inheritance: SelectMenuItemBase
Afficher le fichier Open project: toepoke/Fluqi Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
RenderRootCloseItem ( Fluqi.Extension.Helpers.jStringBuilder sb ) : void
RenderRootOpenItem ( Fluqi.Extension.Helpers.jStringBuilder sb ) : void

Method Details

BuildTagHtml() protected méthode

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

RenderChildren() protected méthode

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
Résultat void

Reset() protected méthode

Resets the object back to a known state.
protected Reset ( ) : void
Résultat void

SelectMenuOptGroup() public méthode

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

SelectMenuOptGroup() public méthode

Constructor
public SelectMenuOptGroup ( jSelectMenu owner ) : System
owner jSelectMenu SelectMenu object _this_ item belongs to
Résultat System

SetDisabled() public méthode

Sets this menu item as disabled
public SetDisabled ( ) : SelectMenuOptGroup
Résultat SelectMenuOptGroup

SetLabel() public méthode

Changes the label
public SetLabel ( string label ) : SelectMenuOptGroup
label string
Résultat SelectMenuOptGroup