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
-
Methods inherited from class com.inductiveautomation.perspective.designer.workspace.JavaJsBridge
activateComponentTool, activateComponentTool, addComponents, addComponents, addComponentsToContainer, alignSelectedComponents, alterEventConfig, alterPropertyConfig, alterScriptConfig, copyJsonToClipboard, copySelection, cutJsonToClipboard, deleteComponents, deleteSelected, disableEditorEvents, enableEditorEvents, flattenSelectedSvg, flattenSvg, getChildPositionDefaults, getComponentBaseName, getComponentDetails, getForSave, getInitMsg, getOwnViewConfig, getOwnViewPath, getPropertyDefaults, getSessionProps, getStyles, getSymbolicPath, getViewConfig, insertProperty, invokeStoreFunction, notifyViewUpdated, onBindingPreviewValue, onContextMenu, onDeepSelectionChange, onDeepSelectionPropsUpdated, onErrorMessage, onImageDropped, onSaveComplete, onSaveError, onSelectionChange, onSelectionConfigUpdated, onSelectionPropertyChange, onStructureChange, onSvgDropped, onTagsDropped, onUndoableAction, pasteJsonFromClipboard, removeChildPropertyConfigs, removeProperty, renameProperty, reorderSelectedComponents, replaceComponent, sendRaw, setChildrenIndexes, setDeepSelection, setPreview, setSelection, stylesUpdated, wrapComponent, writeProperties, writeProperty
-
-
-
-
Method Detail
-
getSessionPropsInternal
protected SessionPropsConfig getSessionPropsInternal()
- Specified by:
getSessionPropsInternal
in classJavaJsBridge
-
onSelectionChangeInternal
protected void onSelectionChangeInternal(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
-
-