# GraffitiTabPanelItem
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | Text as String <br> Container as WebContainer | (None) | Creates an instance of the class with the parameters as property values. |
| Constructor1 | Name as String <br> Text as String <br> Container as WebContainer | (None) | Creates an instance of the class with the parameters as property values. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mObserver | GraffitiUpdateInterface | (None) |
| Attributes | mSelected | Boolean | (None) |
| Attributes | ID | (None) | (None) |
| Container | WebContainer | (None) | The child container to embed within the tab. |
| Enabled | Boolean | (None) | Gets/Sets whether this tab is enabled. |
| HasCloseButton | Boolean | (None) | When True, the tab will have a close button (&times;) that, when clicked, will close the tab. |
| Indicator | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the tab when unselected. |
| IndicatorSelected | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the tab when selected. |
| IndicatorText | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the tab's text when unselected. |
| IndicatorTextSelected | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the tab's text when selected. |
| Name | String | (None) | (None) |
| Selected | Boolean | (None) | When True, this is the currently selected tab. Note that, when setting this value to True, all other tabs will have their Selected property toggled to False. On load, the first Tab with a Selected = True value will be the one selected. |
| Style | GraffitiStyle | (None) | GraffitiStyle applied to the tab. |
| Tag | Variant | (None) | Developer storage. |
| Text | String | (None) | Text title of the tab. |