Class DesignerComponentStoreBridgeImpl
java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.perspective.designer.workspace.propertyeditor.DesignerComponentStoreBridgeImpl
- All Implemented Interfaces:
- Changeable,- DesignerComponentStoreBridge
public class DesignerComponentStoreBridgeImpl
extends AbstractChangeable
implements DesignerComponentStoreBridge
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeablechangeEvent, listenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.inductiveautomation.ignition.common.gson.JsonObjectcom.inductiveautomation.ignition.common.gson.JsonObjectgetProps()voidupdateDesignerState(com.inductiveautomation.ignition.common.gson.JsonElement write) Calls updateDesignerState with the given object.voidwriteToProps(String path, com.inductiveautomation.ignition.common.gson.JsonElement write) Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeableaddChangeListener, fireStateChanged, getChangeListeners, removeChangeListenerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.util.ChangeableaddChangeListener, removeChangeListener
- 
Constructor Details- 
DesignerComponentStoreBridgeImplpublic DesignerComponentStoreBridgeImpl(@Nonnull com.teamdev.jxbrowser.js.JsObject store) 
 
- 
- 
Method Details- 
getPropspublic com.inductiveautomation.ignition.common.gson.JsonObject getProps()- Specified by:
- getPropsin interface- DesignerComponentStoreBridge
- Returns:
- the props of the deeply selected component.
 
- 
getDesignerStatepublic com.inductiveautomation.ignition.common.gson.JsonObject getDesignerState()- Specified by:
- getDesignerStatein interface- DesignerComponentStoreBridge
- Returns:
- The designerState structure of the deeply selected component.
 
- 
updateDesignerStatepublic void updateDesignerState(com.inductiveautomation.ignition.common.gson.JsonElement write) Description copied from interface:DesignerComponentStoreBridgeCalls updateDesignerState with the given object. The values in the object will be merged in with the existing- Specified by:
- updateDesignerStatein interface- DesignerComponentStoreBridge
 
- 
writeToPropspublic void writeToProps(String path, com.inductiveautomation.ignition.common.gson.JsonElement write) - Specified by:
- writeToPropsin interface- DesignerComponentStoreBridge
 
 
-