| Package | Description |
|---|---|
| org.jbpm.designer.client.popup | |
| org.jbpm.designer.client.shared |
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.errai.databinding.client.api.DataBinder<AssignmentRow> |
AssignmentListItemWidgetViewImpl.assignment
Errai's data binding module will automatically bind the provided instance
of the model (see
AssignmentListItemWidgetViewImpl.setModel(AssignmentRow)) to all fields annotated
with Bound. |
protected org.jboss.errai.ui.client.widget.ListWidget<AssignmentRow,AssignmentListItemWidgetViewImpl> |
ActivityDataIOEditorWidgetViewImpl.assignments
The list of assignments that currently exist.
|
| Modifier and Type | Method and Description |
|---|---|
AssignmentRow |
AssignmentListItemWidgetViewImpl.getModel() |
| Modifier and Type | Method and Description |
|---|---|
List<AssignmentRow> |
ActivityDataIOEditorWidgetViewImpl.getAssignmentRows() |
List<AssignmentRow> |
ActivityDataIOEditorWidgetView.getAssignmentRows() |
List<AssignmentRow> |
ActivityDataIOEditorWidget.getData() |
List<AssignmentRow> |
ActivityDataIOEditorViewImpl.getInputAssignmentData() |
List<AssignmentRow> |
ActivityDataIOEditorView.getInputAssignmentData() |
List<AssignmentRow> |
ActivityDataIOEditorViewImpl.getOutputAssignmentData() |
List<AssignmentRow> |
ActivityDataIOEditorView.getOutputAssignmentData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDataIOEditorWidget.removeAssignment(AssignmentRow assignmentRow) |
void |
AssignmentListItemWidgetViewImpl.setModel(AssignmentRow model) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDataIOEditorWidgetViewImpl.setAssignmentRows(List<AssignmentRow> rows) |
void |
ActivityDataIOEditorWidgetView.setAssignmentRows(List<AssignmentRow> rows) |
void |
ActivityDataIOEditorWidget.setData(List<AssignmentRow> assignmentRows) |
void |
ActivityDataIOEditorViewImpl.setInputAssignmentRows(List<AssignmentRow> inputAssignmentRows) |
void |
ActivityDataIOEditorView.setInputAssignmentRows(List<AssignmentRow> inputAssignmentRows) |
void |
ActivityDataIOEditor.setInputAssignmentRows(List<AssignmentRow> inputAssignmentRows) |
void |
ActivityDataIOEditorViewImpl.setOutputAssignmentRows(List<AssignmentRow> outputAssignmentRows) |
void |
ActivityDataIOEditorView.setOutputAssignmentRows(List<AssignmentRow> outputAssignmentRows) |
void |
ActivityDataIOEditor.setOutputAssignmentRows(List<AssignmentRow> outputAssignmentRows) |
| Modifier and Type | Method and Description |
|---|---|
List<AssignmentRow> |
AssignmentData.getAssignmentRows(Variable.VariableType varType)
Gets a list of AssignmentRows based on the current Assignments
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AssignmentData.convertAssignmentRow(AssignmentRow assignmentRow) |
| Constructor and Description |
|---|
AssignmentData(List<AssignmentRow> inputAssignmentRows,
List<AssignmentRow> outputAssignmentRows,
List<String> dataTypes,
List<String> dataTypeDisplayNames)
Creates AssignmentData based on a list of inputAssignmentRows and outputAssignmentRows.
|
AssignmentData(List<AssignmentRow> inputAssignmentRows,
List<AssignmentRow> outputAssignmentRows,
List<String> dataTypes,
List<String> dataTypeDisplayNames)
Creates AssignmentData based on a list of inputAssignmentRows and outputAssignmentRows.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.