Class s7sdk.model.ModifierModel
Model that wraps and manages Modifier objects
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
								s7sdk.model.ModifierModel(componentModel, factories, property, modifierObj)
							 | 
| 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