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 Summary
Fields Modifier and Type Field Description boolean
ready
-
Fields inherited from class com.inductiveautomation.perspective.designer.workspace.JavaJsBridge
gson, log
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
alterViewPermissions(PermissionsConfig permissionsConfig)
protected java.lang.String
getBridgeDesc()
protected DesignerContext
getContextInternal()
protected SessionPropsConfig
getSessionPropsInternal()
protected ViewConfig
getViewConfigInternal()
protected ViewConfig
getViewConfigInternal(java.lang.String resourcePath)
protected java.lang.String
getViewPathInternal()
java.util.concurrent.CompletableFuture<PermissionsConfig>
getViewPermissions()
protected void
onBindingPreviewValueInternal(BindingEditValueUpdate update)
protected void
onContextMenuInternal(java.awt.Point point, boolean isSvg, boolean isView)
protected void
onDeepSelectionChangeInternal(DeepSelection deepSelection, com.teamdev.jxbrowser.js.JsObject storeObject)
protected void
onDeepSelectionPropsUpdatedInternal(DeepSelectionUpdateEvent event)
protected void
onPipeModeChangeInternal(java.lang.String pipeMode)
protected void
onPipeSelectionChangeInternal(java.util.List<PipeSelectionDetail> details, boolean replaceComponentSelection)
protected void
onSelectionChangeInternal(java.lang.String rootViewPath, java.util.List<ComponentDetails> details)
protected void
onSelectionConfigUpdatedInternal(java.util.List<ComponentDetails> changes)
protected void
onSelectionPropertyChangeInternal(SelectionPropertyUpdateEvent event)
protected void
onStructureChangeInternal(ViewStructure structure)
-
Methods inherited from class com.inductiveautomation.perspective.designer.workspace.JavaJsBridge
activateComponentTool, 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, sendRaw, setChildrenIndexes, setDeepSelection, setPipeMode, setPipeSelection, setPreview, setSelection, stylesUpdated, wrapComponent, writeProperties, writeProperty
-
-
-
-
Method Detail
-
getSessionPropsInternal
protected SessionPropsConfig getSessionPropsInternal()
- Specified by:
getSessionPropsInternal
in classJavaJsBridge
-
onPipeModeChangeInternal
protected void onPipeModeChangeInternal(java.lang.String pipeMode)
- Specified by:
onPipeModeChangeInternal
in classJavaJsBridge
-
onPipeSelectionChangeInternal
protected void onPipeSelectionChangeInternal(java.util.List<PipeSelectionDetail> details, boolean replaceComponentSelection)
- Specified by:
onPipeSelectionChangeInternal
in classJavaJsBridge
-
onSelectionChangeInternal
protected void onSelectionChangeInternal(java.lang.String rootViewPath, java.util.List<ComponentDetails> details)
- Specified by:
onSelectionChangeInternal
in classJavaJsBridge
-
onSelectionPropertyChangeInternal
protected void onSelectionPropertyChangeInternal(SelectionPropertyUpdateEvent event)
- Specified by:
onSelectionPropertyChangeInternal
in classJavaJsBridge
-
onSelectionConfigUpdatedInternal
protected void onSelectionConfigUpdatedInternal(java.util.List<ComponentDetails> changes)
- Specified by:
onSelectionConfigUpdatedInternal
in classJavaJsBridge
-
onBindingPreviewValueInternal
protected void onBindingPreviewValueInternal(BindingEditValueUpdate update)
- Specified by:
onBindingPreviewValueInternal
in classJavaJsBridge
-
getBridgeDesc
protected java.lang.String getBridgeDesc()
- Specified by:
getBridgeDesc
in classJavaJsBridge
-
getViewPathInternal
protected java.lang.String getViewPathInternal()
- Specified by:
getViewPathInternal
in classJavaJsBridge
-
getViewConfigInternal
protected ViewConfig getViewConfigInternal()
- Specified by:
getViewConfigInternal
in classJavaJsBridge
-
getContextInternal
protected DesignerContext getContextInternal()
- Specified by:
getContextInternal
in classJavaJsBridge
-
onStructureChangeInternal
protected void onStructureChangeInternal(ViewStructure structure)
- Specified by:
onStructureChangeInternal
in classJavaJsBridge
-
onDeepSelectionChangeInternal
protected void onDeepSelectionChangeInternal(DeepSelection deepSelection, com.teamdev.jxbrowser.js.JsObject storeObject)
- Specified by:
onDeepSelectionChangeInternal
in classJavaJsBridge
-
onDeepSelectionPropsUpdatedInternal
protected void onDeepSelectionPropsUpdatedInternal(DeepSelectionUpdateEvent event)
- Specified by:
onDeepSelectionPropsUpdatedInternal
in classJavaJsBridge
-
onContextMenuInternal
protected void onContextMenuInternal(java.awt.Point point, boolean isSvg, boolean isView)
- Specified by:
onContextMenuInternal
in classJavaJsBridge
-
alterViewPermissions
public void alterViewPermissions(PermissionsConfig permissionsConfig)
- Specified by:
alterViewPermissions
in classJavaJsBridge
-
getViewPermissions
public java.util.concurrent.CompletableFuture<PermissionsConfig> getViewPermissions()
- Specified by:
getViewPermissions
in classJavaJsBridge
-
getViewConfigInternal
protected ViewConfig getViewConfigInternal(java.lang.String resourcePath)
- Specified by:
getViewConfigInternal
in classJavaJsBridge
-
-