Table of Contents
Enumerations #
Name | Values |
---|---|
TooltipPlacements | Auto Bottom Right Left Top |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
AccessibleLabel | String | “” | String applied to the item for Accessible Rich Internet Applications specification to assist screenreaders and other accessible technologies. |
BadgeRounded | Boolean | False | Determines the corner radius of the item’s badge. |
BadgeValue | String | “” | Sets the item’s badge content as text or HTML. |
Enabled | Boolean | True | Determines whether the user may interact with the item. |
IndicatorBackground | WebSDKUIControl.Indicators | Default | Indicator applied to the item’s background. |
IndicatorBadge | WebSDKUIControl.Indicators | Primary | Indicator applied to the background of the item’s badge. |
IndicatorForeground | WebSDKUIControl.Indicators | Default | Indicator applied to the foreground of the item. |
Name | String | “” | Developer accessible name for differentiation. |
Style | GraffitiStyle | Nil | GraffitiStyle applied to the item. |
Tag | Variant | Nil | Developer accessible data storage. |
Tooltip | String | “” | Tooltip text displayed for the item. Empty value results in no tooltip being displayed. |
TooltipPlacements | TooltipPlacements | Auto | Position of the tooltip in relation to the item. |
Visible | Boolean | True | Determines whether the item is visible within its parent ControlGroup. |
Notes #
Creation #
GraffitiControlGroupItem’s constructor is inaccessible as instances should be created of subclasses. There will never be a need to create a GraffitiControlGroupItem instance directly.