Class HandlerEditorInfo
java.lang.Object
com.inductiveautomation.eventstream.designer.ui.viewmodel.handler.HandlerEditorInfo
-
Constructor Summary
ConstructorsConstructorDescriptionHandlerEditorInfo
(EventStreamContext context, HandlerDesignDelegateInfo delegate, HandlerConfig config, Function<HandlerEditorInfo, Integer> indexFunction) -
Method Summary
Modifier and TypeMethodDescriptiondelegate()
getEditedConfig
(boolean stopEditing) getName()
boolean
void
setConfigFunction
(Function<Boolean, com.inductiveautomation.ignition.common.gson.JsonObject> configFunction) void
setEnabled
(boolean enabled) void
setEnabledConsumer
(Consumer<Boolean> enabledConsumer) void
storeEnabled
(Boolean enabled) void
-
Constructor Details
-
HandlerEditorInfo
public HandlerEditorInfo(EventStreamContext context, HandlerDesignDelegateInfo delegate, HandlerConfig config, Function<HandlerEditorInfo, Integer> indexFunction)
-
-
Method Details
-
storeFailureConfig
-
getFailureConfig
-
storeEnabled
-
getConfig
-
getEditedConfig
-
initialConfig
-
setConfigFunction
-
delegate
-
getName
-
handlerName
-
description
-
isEnabled
public boolean isEnabled() -
eventStreamContext
-
setEnabledConsumer
-
setEnabled
public void setEnabled(boolean enabled)
-