WidgetGroup enum

Represents groups of widgets. Used to identify widgets

Enum

Name Value Description
All (1 << 16) - 1 All.
Model 1 << 0 The group of widgets responsible for the Model.
None 0 None widget group.
Query 1 << 1 The group of widgets responsible for the Query.
Result 1 << 2 The group of widgets responsible for the Result.
Statement 1 << 3 The group of widgets responsible for the statement.