Class: AppSeriesManipulator

AppSeriesDirective~ AppSeriesManipulator


<abstract> new AppSeriesManipulator(headElement, property)

General purpose "series manipulator". Each property-series pairing defined
by an app-series directive will have a manipulator associated on the DOM
element. The manipulator is responsible for receiving a series value and
modifying the DOM element accordingly

Parameters:
Name Type Description
headElement

the DOM element the manipulator has to control

property

the property of the DOM element that this manipulator
controls

Source:

Methods


<static> create(headElement, property)

Factory method to create a specific manipulator based on the property

Parameters:
Name Type Description
headElement

the DOM element the manipulator has to control

property

the property of the DOM element that this manipulator
controls

Source: