AdvancedSearchView class
The EasyQuery client-side view that represents the UI for advanced search page
ChartJsChartProvider class
Chart provider for ChartJS library.
ColumnsBar class
- context
- group
- moveMenu
- slot
- sortMenu
- addColumn
- addNewColumn
- areCustomExpressionsAllowed
- belongsToGroup - Returns `true` if the widget belongs to one of the groups specified in the parameter
- destroy
ColumnsPanel class
- context
- group
- moveMenu
- slot
- sortMenu
- addColumn
- addNewColumn
- areCustomExpressionsAllowed
- belongsToGroup - Returns `true` if the widget belongs to one of the groups specified in the parameter
- destroy
DataFilterView class
The EasyQuery client-side view that represents the UI for data filtering page
EasyChartWidget class
The widget responsed for rendering EasyChart
EntitiesPanel class
The entities panel wiget, implemented without JQuery. NOT finished yet.
EqHtmlGrid class
The widget responsed for rendering html grid.
EqResultGrid class
The widget responsed for rendering GRID.
FilterBar class
- context
- group
- slot
- widgetType
- applyFilter
- belongsToGroup - Returns `true` if the widget belongs to one of the groups specified in the parameter
- clearFilter
- destroy
- destroyCore
GoogleChartProvider class
Chart provider for Google Charts.
Grid class
Base class for GRID.
HtmlContentWidget class
The widget responsed for rendering html content
HtmlDataFilterView class
- context
- applyQueryFilter - Executes the filter query and display results.
- createFilterBarWidget - Creates the widget that represents Filter Bar.
- createResultGridWidget
- getContext - Returns the context.
- init - Initializes the view.
LocaleWidget class
- context
- group
- slot
- widgetType
- belongsToGroup - Returns `true` if the widget belongs to one of the groups specified in the parameter
- destroy
- destroyCore
- getContext - Returns current context (the one this widget belongs to)
- init - Initializes the widget and assign it to some context
ProcessWidget class
The widget responsed for rendering process bar.
QueryNameWidget class
The widget responsed for rendering the name of the current query.
QueryPanel class
The query panel wiget, implemented without JQuery.
ReportView class
The EasyQuery client-side view that represents the UI for ad-hoc reporting page
StatementPanel class
The widget responsed for rendering statement. It's usually added for demonstration purposes only.
AdvancedSearchViewJQuery class
- clearQueryButton
- context
- copyQueryButton
- disabledClass - Name of the class to add to disabled elements.
- dropdownButtonClass
- checkIfQueryModified
- createChartWidget
- createColumnsPanelWidget - Creates the widget that represents Columns Panel.
- createEntitiesPanelWidget - Creates the widget that represents Entity Panel.
- createLocaleWidget
ChartJsWidget class
- chartDiv
- chartType
- context
- dataColumns
- dataTable
- belongsToGroup - Returns `true` if the widget belongs to one of the groups specified in the parameter
- canDraw
- clear - Clears chart.
- destroy
- destroyCore
ChartWidget class
- chartDiv
- chartType
- context
- dataColumns
- dataTable
- belongsToGroup - Returns `true` if the widget belongs to one of the groups specified in the parameter
- canDraw
- clear - Clears chart.
- destroy
- destroyCore
DataFilterViewJQuery class
- context
- applyQueryFilter - Executes the filter query and display results.
- createFilterBarWidget - Creates the widget that represents Filter Bar.
- createResultGridWidget - Creates the widget that represents the result grid.
- getContext - Returns the context.
- init - Initializes the view.
GoogleChartWidget class
- chartDiv
- chartType
- context
- dataColumns
- dataTable
- belongsToGroup - Returns `true` if the widget belongs to one of the groups specified in the parameter
- canDraw
- clear - Clears chart.
- createChart
- destroy
NewEqResultGrid class
- context
- group
- menuList
- moveColumnActions
- options
- addColumn
- addNewColumn
- applyDisplayFormats
- attachQueryObserver
- belongsToGroup - Returns `true` if the widget belongs to one of the groups specified in the parameter
ReportViewJQuery class
- clearErrors - Clears the errors.
- clearReportButtonClick - The handler of the "Clear" button click.
- createChartWidget
- createColumnsBarWidget - Creates the widget that represents Columns Bar.
- createQueryPanelWidget - Creates the widget that represents Query Panel.