Class SessionPropsAdapter
java.lang.Object
com.inductiveautomation.perspective.designer.workspace.propertyeditor.AbstractDesignAdapter
com.inductiveautomation.perspective.designer.workspace.pageconfig.SessionPropsAdapter
- All Implemented Interfaces:
- DesignAdapter
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.perspective.designer.workspace.propertyeditor.AbstractDesignAdaptercontext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidalterPropertyConfig(PropertyConfigChange change, boolean createUndoAction) voidvoidcommit()Called by the workspace right before a save occurs, so we can commit the session props to the local projectcom.teamdev.jxbrowser.js.JsObjectExpected to be non-null if the results ofDesignAdapter.getDeepSelection()are non-null.com.google.common.eventbus.EventBusEvent bus that can be used to listen to the following event types:SelectionChangeEventDeepSelectionChangeEventDeepSelectionUpdateEventSelectionPropertyUpdateEventEditorShutdownEventgetSymbolicPath(String indexPath) voidshutdown()Methods inherited from class com.inductiveautomation.perspective.designer.workspace.propertyeditor.AbstractDesignAdapteralterEventConfig, alterScriptConfig, getComponentDetails, getContext, getEffectivePipeSelectionAppearance, insertProperty, removeChildPropertyConfigs, removeProperty, renameProperty, sendRaw, writeProperties, writeProperty
- 
Field Details- 
bridge
 
- 
- 
Constructor Details- 
SessionPropsAdapter
 
- 
- 
Method Details- 
commitpublic void commit()Called by the workspace right before a save occurs, so we can commit the session props to the local project
- 
getBridge- Specified by:
- getBridgein class- AbstractDesignAdapter
 
- 
shutdownpublic void shutdown()
- 
getEventBuspublic com.google.common.eventbus.EventBus getEventBus()Description copied from interface:DesignAdapterEvent bus that can be used to listen to the following event types:SelectionChangeEventDeepSelectionChangeEventDeepSelectionUpdateEventSelectionPropertyUpdateEventEditorShutdownEvent
- 
getSelection
- 
getSymbolicPath- Specified by:
- getSymbolicPathin interface- DesignAdapter
- Overrides:
- getSymbolicPathin class- AbstractDesignAdapter
 
- 
getViewStructure
- 
alterViewPermissions- Specified by:
- alterViewPermissionsin interface- DesignAdapter
- Overrides:
- alterViewPermissionsin class- AbstractDesignAdapter
 
- 
alterPropertyConfig- Specified by:
- alterPropertyConfigin interface- DesignAdapter
- Overrides:
- alterPropertyConfigin class- AbstractDesignAdapter
 
- 
getDeepSelection
- 
getDesignerComponentStore@Nullable public com.teamdev.jxbrowser.js.JsObject getDesignerComponentStore()Description copied from interface:DesignAdapterExpected to be non-null if the results ofDesignAdapter.getDeepSelection()are non-null.- Returns:
- a reference to the designer component store, or null.
 
 
-