Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс SmoothedGraph
+ Граф наследования:SmoothedGraph:

Открытые члены

 __construct ()
 
 getCompatibleViewTypes ()
 
 handlerFinallyBeforePassToView ($dataFromReport)
 
- Открытые члены унаследованные от Base
 collectWidgetHandlerFormElements (BaseWidget $widgetHandler)
 
- Открытые члены унаследованные от Base
 prepareWidgetContent (Widget $widget, $withCalculatedData=false)
 
- Открытые члены унаследованные от View
 getHeight ()
 
 setHeight ($height)
 
 getKey ()
 
 getLabel ()
 
 setLabel ($label)
 
 getLogoUri ()
 
 setLogoUri ($logoUri)
 
 getCompatibleDataType ()
 
 setCompatibleDataType ($compatibleDataType)
 
 buildWidgetHandlerForBoard ($boardId)
 
 addDefaultReportHandlersToWidgetHandler (BaseWidget $widgetHandler)
 
 prepareWidgetFormBeforeRender (WidgetForm $form)
 
 collectReportHandlerFormElements ($reportHandler)
 
 getJsClassName ()
 
 setJsClassName ($jsClassName)
 
 isDraggable ()
 
 setDraggable ($draggable)
 
 isCompatibleWithView (View $view)
 
 getReportDefaultColor ($num)
 
 isHorizontalResizable ()
 
 setHorizontalResizable ($horizontalResizable)
 
 getPreviewImageUri ()
 
 setPreviewImageUri ($previewImageUri)
 

Открытые атрибуты

const VIEW_KEY = 'smoothedLineGraph'
 
- Открытые атрибуты унаследованные от LinearGraph
const VIEW_KEY = 'linearGraph'
 
- Открытые атрибуты унаследованные от Serial
const MAX_RENDER_REPORT_COUNT = 15
 
const ENABLE_SORTING = true
 
- Открытые атрибуты унаследованные от Base
const AM_CHART_LIB_PATH = '/bitrix/js/main/amcharts/3.21'
 
- Открытые атрибуты унаследованные от View
const VIEW_KEY = ''
 
const MAX_RENDER_REPORT_COUNT = 0
 
const DEFAULT_EMPTY_REPORT_COUNT = 1
 
const USE_IN_VISUAL_CONSTRUCTOR = true
 

Дополнительные унаследованные члены

- Защищенные члены унаследованные от Serial
 getAmChartType ()
 

Подробное описание

См. определение в файле smoothedgraph.php строка 11

Конструктор(ы)

◆ __construct()

__construct ( )

Smoothed graph constructor.

Переопределяет метод предка LinearGraph.

См. определение в файле smoothedgraph.php строка 18

Методы

◆ getCompatibleViewTypes()

getCompatibleViewTypes ( )

Return list of compatible view type keys, to this view types can switch without reform configurations.

Возвращает
array

Переопределяет метод предка LinearGraph.

См. определение в файле smoothedgraph.php строка 30

◆ handlerFinallyBeforePassToView()

handlerFinallyBeforePassToView ( $dataFromReport)

Handle all data prepared for this view.

Аргументы
array$dataFromReportParameters prepared in report handlers.
Возвращает
array

Переопределяет метод предка LinearGraph.

См. определение в файле smoothedgraph.php строка 45

Данные класса

◆ VIEW_KEY

const VIEW_KEY = 'smoothedLineGraph'

См. определение в файле smoothedgraph.php строка 13