Class SessionPropsAdapter.SessionAdapterBridge
- java.lang.Object
- 
- com.inductiveautomation.perspective.designer.workspace.JavaJsBridge
- 
- com.inductiveautomation.perspective.designer.workspace.pageconfig.SessionPropsAdapter.SessionAdapterBridge
 
 
- 
- Enclosing class:
- SessionPropsAdapter
 
 public class SessionPropsAdapter.SessionAdapterBridge extends JavaJsBridge 
- 
- 
Field SummaryFields Modifier and Type Field Description booleanready- 
Fields inherited from class com.inductiveautomation.perspective.designer.workspace.JavaJsBridgegson, log
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidalterViewPermissions(PermissionsConfig permissionsConfig)protected java.lang.StringgetBridgeDesc()protected DesignerContextgetContextInternal()protected SessionPropsConfiggetSessionPropsInternal()protected ViewConfiggetViewConfigInternal()protected ViewConfiggetViewConfigInternal(java.lang.String resourcePath)protected java.lang.StringgetViewPathInternal()java.util.concurrent.CompletableFuture<PermissionsConfig>getViewPermissions()protected voidonBindingPreviewValueInternal(BindingEditValueUpdate update)protected voidonContextMenuInternal(java.awt.Point point, boolean isSvg, boolean isView)protected voidonDeepSelectionChangeInternal(DeepSelection deepSelection, com.teamdev.jxbrowser.js.JsObject storeObject)protected voidonDeepSelectionPropsUpdatedInternal(DeepSelectionUpdateEvent event)protected voidonPipeModeChangeInternal(java.lang.String pipeMode)protected voidonPipeSelectionChangeInternal(java.util.List<PipeSelectionDetail> details, boolean replaceComponentSelection)protected voidonSelectionChangeInternal(java.lang.String rootViewPath, java.util.List<ComponentDetails> details)protected voidonSelectionConfigUpdatedInternal(java.util.List<ComponentDetails> changes)protected voidonSelectionPropertyChangeInternal(SelectionPropertyUpdateEvent event)protected voidonStructureChangeInternal(ViewStructure structure)- 
Methods inherited from class com.inductiveautomation.perspective.designer.workspace.JavaJsBridgeactivateComponentTool, activateComponentTool, addComponents, addComponents, addComponentsToContainer, alignSelectedComponents, alterEventConfig, alterPropertyConfig, alterScriptConfig, copyJsonToClipboard, copySelectedPipe, copySelection, cutJsonToClipboard, deleteComponents, deleteSelected, deleteSelectedPipeConnection, deleteSelectedPipes, disableEditorEvents, enableEditorEvents, flattenSelectedSvg, flattenSvg, getChildPositionDefaults, getComponentBaseName, getComponentDetails, getEffectivePipeSelectionAppearance, getForSave, getInitMsg, getOwnViewConfig, getOwnViewPath, getPropertyDefaults, getSessionProps, getStyles, getSymbolicPath, getViewConfig, insertProperty, invokeStoreFunction, notifyViewUpdated, onBindingPreviewValue, onContextMenu, onDeepSelectionChange, onDeepSelectionPropsUpdated, onErrorMessage, onImageDropped, onPipeModeChange, onPipeSelectionChange, onSaveComplete, onSaveError, onSelectionChange, onSelectionConfigUpdated, onSelectionPropertyChange, onStructureChange, onSvgDropped, onTagsDropped, onUndoableAction, pasteJsonFromClipboard, pastePipes, removeChildPropertyConfigs, removeProperty, renameProperty, reorderSelectedComponents, replaceComponent, replaceComponent, replaceComponentFromClipboard, sendRaw, setChildrenIndexes, setDeepSelection, setPipeMode, setPipeSelection, setPreview, setSelection, stylesUpdated, wrapComponent, writeProperties, writeProperty
 
- 
 
- 
- 
- 
Method Detail- 
getSessionPropsInternalprotected SessionPropsConfig getSessionPropsInternal() - Specified by:
- getSessionPropsInternalin class- JavaJsBridge
 
 - 
onPipeModeChangeInternalprotected void onPipeModeChangeInternal(java.lang.String pipeMode) - Specified by:
- onPipeModeChangeInternalin class- JavaJsBridge
 
 - 
onPipeSelectionChangeInternalprotected void onPipeSelectionChangeInternal(java.util.List<PipeSelectionDetail> details, boolean replaceComponentSelection) - Specified by:
- onPipeSelectionChangeInternalin class- JavaJsBridge
 
 - 
onSelectionChangeInternalprotected void onSelectionChangeInternal(java.lang.String rootViewPath, java.util.List<ComponentDetails> details)- Specified by:
- onSelectionChangeInternalin class- JavaJsBridge
 
 - 
onSelectionPropertyChangeInternalprotected void onSelectionPropertyChangeInternal(SelectionPropertyUpdateEvent event) - Specified by:
- onSelectionPropertyChangeInternalin class- JavaJsBridge
 
 - 
onSelectionConfigUpdatedInternalprotected void onSelectionConfigUpdatedInternal(java.util.List<ComponentDetails> changes) - Specified by:
- onSelectionConfigUpdatedInternalin class- JavaJsBridge
 
 - 
onBindingPreviewValueInternalprotected void onBindingPreviewValueInternal(BindingEditValueUpdate update) - Specified by:
- onBindingPreviewValueInternalin class- JavaJsBridge
 
 - 
getBridgeDescprotected java.lang.String getBridgeDesc() - Specified by:
- getBridgeDescin class- JavaJsBridge
 
 - 
getViewPathInternalprotected java.lang.String getViewPathInternal() - Specified by:
- getViewPathInternalin class- JavaJsBridge
 
 - 
getViewConfigInternalprotected ViewConfig getViewConfigInternal() - Specified by:
- getViewConfigInternalin class- JavaJsBridge
 
 - 
getContextInternalprotected DesignerContext getContextInternal() - Specified by:
- getContextInternalin class- JavaJsBridge
 
 - 
onStructureChangeInternalprotected void onStructureChangeInternal(ViewStructure structure) - Specified by:
- onStructureChangeInternalin class- JavaJsBridge
 
 - 
onDeepSelectionChangeInternalprotected void onDeepSelectionChangeInternal(DeepSelection deepSelection, com.teamdev.jxbrowser.js.JsObject storeObject) - Specified by:
- onDeepSelectionChangeInternalin class- JavaJsBridge
 
 - 
onDeepSelectionPropsUpdatedInternalprotected void onDeepSelectionPropsUpdatedInternal(DeepSelectionUpdateEvent event) - Specified by:
- onDeepSelectionPropsUpdatedInternalin class- JavaJsBridge
 
 - 
onContextMenuInternalprotected void onContextMenuInternal(java.awt.Point point, boolean isSvg, boolean isView)- Specified by:
- onContextMenuInternalin class- JavaJsBridge
 
 - 
alterViewPermissionspublic void alterViewPermissions(PermissionsConfig permissionsConfig) - Specified by:
- alterViewPermissionsin class- JavaJsBridge
 
 - 
getViewPermissionspublic java.util.concurrent.CompletableFuture<PermissionsConfig> getViewPermissions() - Specified by:
- getViewPermissionsin class- JavaJsBridge
 
 - 
getViewConfigInternalprotected ViewConfig getViewConfigInternal(java.lang.String resourcePath) - Specified by:
- getViewConfigInternalin class- JavaJsBridge
 
 
- 
 
-