Method | Description | |
---|---|---|
Add ( String name ) : |
Adds a new entry.
|
|
CollapsibleCategory ( Flood.GUI.Controls.CollapsibleList parent ) : System |
Initializes a new instance of the CollapsibleCategory class.
|
|
GetSelectedButton ( ) : Button |
Gets the selected entry.
|
|
UnselectAll ( ) : void |
Unselects all entries.
|
Method | Description | |
---|---|---|
OnHeaderToggle ( Control control ) : void |
Handler for header button toggle event.
|
|
OnSelected ( Control control ) : void |
Handler for Selected event.
|
|
PostLayout ( Skins skin ) : void |
Function invoked after layout.
|
|
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
public Add ( String name ) : |
||
name | String | Entry name (displayed). |
return |
public CollapsibleCategory ( Flood.GUI.Controls.CollapsibleList parent ) : System | ||
parent | Flood.GUI.Controls.CollapsibleList | Parent control. |
return | System |
protected OnHeaderToggle ( Control control ) : void | ||
control | Control | Source control. |
return | void |
protected OnSelected ( Control control ) : void | ||
control | Control | Event source. |
return | void |
protected PostLayout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected Render ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |