HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk.model

Class s7sdk.model.ModifierModel

Model that wraps and manages Modifier objects

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.model.ModifierModel(componentModel, factories, property, modifierObj)
Method Summary
Method Attributes Method Name and Description
<static>  
s7sdk.model.ModifierModel.parseModifiers(component)
Parse the modifiers.
 
propertyChangeListener(property, oldValue, newValue)
A callback function to be passed to addPropertyListener() Make sure the addPropertyListener() is called with a bind so when this listener is called "this" refers to this instance
Class Detail
s7sdk.model.ModifierModel(componentModel, factories, property, modifierObj)
Parameters:
componentModel
factories
property
modifierObj
Method Detail
<static> s7sdk.model.ModifierModel.parseModifiers(component)
Parse the modifiers.
Parameters:
component

propertyChangeListener(property, oldValue, newValue)
A callback function to be passed to addPropertyListener() Make sure the addPropertyListener() is called with a bind so when this listener is called "this" refers to this instance
Parameters:
property
oldValue
newValue

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 30 2020 16:40:37 GMT+0200 (EET)