Uses of Class
de.xima.fc.workflow.designer.model.ValueDescriptorRow
Packages that use ValueDescriptorRow
-
Uses of ValueDescriptorRow in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type ValueDescriptorRowModifier and TypeMethodDescriptionElementNodeInfoHelper.createAlwaysRows()
ElementNodeInfoHelper.createSuccessRows()
ElementTriggerInfoHelper.createTriggerDataRows()
protected final List<ValueDescriptorRow>
AElementInfoHelper.createValueDescriptorRows
(IValueDescriptor<?, ?> descriptor, String keyInfix, de.xima.fc.workflow.designer.helper.IElementNameInterpolator placeholderPrefix) -
Uses of ValueDescriptorRow in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type ValueDescriptorRowModifier and TypeMethodDescriptionElementInfoPanelModel.getAlwaysRows()
ElementInfoPanelModel.getSuccessRows()
ElementInfoPanelModel.getTriggerDataRows()
ErrorCodeSection.getValues()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type ValueDescriptorRowModifier and TypeMethodDescriptionvoid
ElementInfoPanelModel.setAlwaysRows
(List<ValueDescriptorRow> alwaysRows) void
ElementInfoPanelModel.setSuccessRows
(List<ValueDescriptorRow> successRows) void
ElementInfoPanelModel.setTriggerDataRows
(List<ValueDescriptorRow> triggerDataRows) void
ErrorCodeSection.setValues
(List<ValueDescriptorRow> values)