| Name | Description |
|---|---|
| AddButton(String, String, ButtonPositionType, Boolean, Boolean) | Adds a button to the component. |
| ClearButtons() | Removes all buttons. |
| InitDataFromJson(String) | Initializes data associated to the component from a json string. |
| Refresh() | Refreshs the component. |
| SetEnabledFlag(String, Boolean) | Sets the enabled flag. |
| SetMessage(String) | Set the message under buttons. |
| Name | Description |
|---|---|
| Container | Gets the container. |
| Name | Description |
|---|---|
| ButtonClicked | Event fired when a button is clicked. |