Uses of Class
de.xima.fc.workflow.designer.model.ValueDescriptorRow
- 
Packages that use ValueDescriptorRow Package Description de.xima.fc.workflow.designer.helper de.xima.fc.workflow.designer.model  - 
- 
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 ValueDescriptorRow Modifier and Type Method Description List<ValueDescriptorRow>ElementNodeInfoHelper. createAlwaysRows()List<ValueDescriptorRow>ElementNodeInfoHelper. createSuccessRows()List<ValueDescriptorRow>ElementTriggerInfoHelper. createTriggerDataRows()protected 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 ValueDescriptorRow Modifier and Type Method Description List<ValueDescriptorRow>ElementInfoPanelModel. getAlwaysRows()List<ValueDescriptorRow>ElementInfoPanelModel. getSuccessRows()List<ValueDescriptorRow>ElementInfoPanelModel. getTriggerDataRows()List<ValueDescriptorRow>ErrorCodeSection. getValues()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type ValueDescriptorRow Modifier and Type Method Description voidElementInfoPanelModel. setAlwaysRows(List<ValueDescriptorRow> alwaysRows)voidElementInfoPanelModel. setSuccessRows(List<ValueDescriptorRow> successRows)voidElementInfoPanelModel. setTriggerDataRows(List<ValueDescriptorRow> triggerDataRows)voidErrorCodeSection. setValues(List<ValueDescriptorRow> values) 
 -