Interface: IButtonsComponent

Defines a "buttonsComponent" component.

Implemented types

Methods

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.

Properties

Name Description
Container Gets the container.

Events

Name Description
ButtonClicked Event fired when a button is clicked.