Namespace: ItemRenderer

ItemRenderer

This is the main renderer
It manages calls to the specific renderers
Author:
  • Fabio Pavesi (fabio@adamassoft.it)
Source:

Methods

(static) copyAttributesFrom(element, item, theItem)

Copies attribute values from an input template form to an internal item structure, meant to create the UI items
Parameters:
Name Type Description
element
item
theItem
Source:

(static) getRenderer(item) → {*}

Picks the correct specific renderers
Parameters:
Name Type Description
item
Source:
Returns:
Type
*

(static) render()

Renders all specific renterers in turns
Source: