public class DashboardWidgetEvent extends Object
Modifier and Type | Field and Description |
---|---|
WidgetControl |
WidgetControl!
The WidgetControl (UI class) that's associated with the DashboardWidget (Data class).
|
Constructor and Description |
---|
DashboardWidgetEvent(DashboardWidget p_dashboardWidget!)
Contructs a DashboardWidgetEvent
|
Modifier and Type | Method and Description |
---|---|
DashboardWidget |
getDashboardWidget()
Returns the DashboardWidget that is associated with the event
|
public WidgetControl WidgetControl!
public DashboardWidgetEvent(DashboardWidget p_dashboardWidget!)
The dashboard utility uses this method internally to create dashboard widget events
p_dashboardWidget!
- The DashboardWidget that is associated with the eventpublic DashboardWidget getDashboardWidget()