@Dependent public class ActivityDataIOEditorWidget extends Object implements ActivityDataIOEditorWidgetView.Presenter
Constructor and Description |
---|
ActivityDataIOEditorWidget() |
Modifier and Type | Method and Description |
---|---|
List<AssignmentRow> |
getData() |
Variable.VariableType |
getVariableType() |
com.google.gwt.user.client.ui.Widget |
getWidget() |
void |
handleAddClick() |
void |
init() |
boolean |
isDuplicateName(String name)
Tests whether a Row name occurs more than once in the list of rows
|
void |
removeAssignment(AssignmentRow assignmentRow) |
void |
setAllowDuplicateNames(boolean allowDuplicateNames,
String duplicateNameErrorMessage) |
void |
setCustomAssignmentsProperties(Map<String,List<String>> customAssignmentsProperties) |
void |
setData(List<AssignmentRow> assignmentRows) |
void |
setDataTypes(ListBoxValues dataTypeListBoxValues) |
void |
setDisallowedNames(Set<String> disallowedNames,
String disallowedNameErrorMessage) |
void |
setIsSingleVar(boolean isSingleVar) |
void |
setIsVisible(boolean visible) |
void |
setProcessVariables(ListBoxValues processVarListBoxValues) |
void |
setVariableType(Variable.VariableType variableType) |
@PostConstruct public void init()
public void handleAddClick()
handleAddClick
in interface ActivityDataIOEditorWidgetView.Presenter
public void setIsSingleVar(boolean isSingleVar)
public void setVariableType(Variable.VariableType variableType)
public void setAllowDuplicateNames(boolean allowDuplicateNames, String duplicateNameErrorMessage)
public void removeAssignment(AssignmentRow assignmentRow)
public void setData(List<AssignmentRow> assignmentRows)
public List<AssignmentRow> getData()
public Variable.VariableType getVariableType()
public void setDataTypes(ListBoxValues dataTypeListBoxValues)
public void setProcessVariables(ListBoxValues processVarListBoxValues)
public void setDisallowedNames(Set<String> disallowedNames, String disallowedNameErrorMessage)
public void setCustomAssignmentsProperties(Map<String,List<String>> customAssignmentsProperties)
public boolean isDuplicateName(String name)
name
- public void setIsVisible(boolean visible)
public com.google.gwt.user.client.ui.Widget getWidget()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.