Event properties

Events define a way for one widget to notify other widgets of changes of data. A stateScope will raise an event in the memory location that is specified. A stateSubscription is a listener for changes at a specific location.

Attribute Meta information Data type Description Possible values
widgetInitialized eventSubscription String A common attribute that is used in all widget definitions. It is a listener to the load and refresh events.
{
  "name": "widgetInitialized",
  "metaInformation": "eventSubscription",
  "values": ["loadState","refreshData"]
}
loadState, refreshData, clearStates
columnSorted stateScope String A state scope event that applies to a table. If the table column is sorted, a stateScope will emit an event to the web browser for all other widgets to listen to.
{
  "name": "columnSorted",
  "metaInformation": "stateScope",
  "values": ["averageDaysOfSupply"]
}
widgetInitialized, widgetDestroyed, pageChanged, filterSearched, filterChanged, searched, columnSorted, tabSelected, rowClicked, buttonClicked, persistData, comboBoxSearch, comboBoxTypeAhead
Total attributes: 2