Uses of Class
lumis.service.analytics.eventanalytics.bean.EventAnalyticsReportDashboard.Width
-
Packages that use EventAnalyticsReportDashboard.Width Package Description lumis.service.analytics.eventanalytics.bean -
-
Uses of EventAnalyticsReportDashboard.Width in lumis.service.analytics.eventanalytics.bean
Methods in lumis.service.analytics.eventanalytics.bean that return EventAnalyticsReportDashboard.Width Modifier and Type Method Description EventAnalyticsReportDashboard.Width
EventAnalyticsReportDashboard. getWidth()
Returns the width.static EventAnalyticsReportDashboard.Width
EventAnalyticsReportDashboard.Width. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventAnalyticsReportDashboard.Width[]
EventAnalyticsReportDashboard.Width. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.service.analytics.eventanalytics.bean with parameters of type EventAnalyticsReportDashboard.Width Modifier and Type Method Description EventAnalyticsDashboard
EventAnalyticsDashboard. addReport(EventAnalyticsReport report, int position, EventAnalyticsReportDashboard.Width width)
Add a report to this dashboard.
-