Class TransformEncoderSectionPanelViewModel
java.lang.Object
com.inductiveautomation.eventstream.designer.ui.viewmodel.SectionPanelViewModel
com.inductiveautomation.eventstream.designer.ui.viewmodel.encoder.EncoderPanelViewModel
com.inductiveautomation.eventstream.designer.ui.viewmodel.transform.TransformEncoderSectionPanelViewModel
- All Implemented Interfaces:
ConfigViewModel<EventStreamEncoder.Config>
,EnabledBindable
,Disposable
,ViewModel
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(EventStreamConfig config) protected void
protected void
setEnabled
(boolean enabled) Methods inherited from class com.inductiveautomation.eventstream.designer.ui.viewmodel.encoder.EncoderPanelViewModel
descriptors, enabled, getConfig, getEventStreamsEncoders, initialize, properties, propertyUpdated, selectedDescriptor, setSelectedDescriptor
Methods inherited from class com.inductiveautomation.eventstream.designer.ui.viewmodel.SectionPanelViewModel
clearDiagnostics, createFlowCell, dispose, flowCellData, getName, initialize, lastFlowCellData, onActivate, onDeactivate, sectionLabel, setFlowCellData, setSectionLabel, setSectionLabelDistinct, setStatus
-
Constructor Details
-
TransformEncoderSectionPanelViewModel
public TransformEncoderSectionPanelViewModel(TransformSectionPanelViewModel transform, EventStreamRpc rpc)
-
-
Method Details
-
initialize
- Specified by:
initialize
in classSectionPanelViewModel
-
setEnabled
protected void setEnabled(boolean enabled) - Overrides:
setEnabled
in classEncoderPanelViewModel
-
onDiagnosticsData
- Overrides:
onDiagnosticsData
in classSectionPanelViewModel
-