GraffitiSuite Docs
Docs
Graffitibuttonsegmentitem
Loading document parsing libraries...
# GraffitiButtonSegmentItem Class ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | Name as String <br> Caption as String <br> Value as Boolean = False | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mObserver | GraffitiUpdateInterface | (None) | | Attributes | mValue | Boolean | (None) | | BadgeIndicator | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the item's badge. | | BadgeStyle | GraffitiStyle | (None) | GraffitiStyle applied to the item's badge. | | BadgeText | String | (None) | Text displayed within the item's badge. Empty string hides the badge. | | Caption | String | (None) | The caption of the button. | | Enabled | Boolean | (None) | Reflects whether the button is enabled or disabled. | | ID | String | (None) | (None) | | Indicator | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the button. | | IndicatorSelected | WebUIControl.Indicators | (None) | Bootstrap Indicator applied to the button when Value = True. | | Name | String | (None) | Special identifier. | | Style | GraffitiStyle | (None) | Style applied to the button. Overrides Indicator entirely. Must also supply StyleSelected. | | StyleSelected | GraffitiStyle | (None) | Style applied to the button when Value = True. Overrides IndicatorSelected entirely. Must also supply Style. | | Tag | Variant | (None) | Developer storage. | | Value | Boolean | (None) | Reflects whether the button is selected. |