Class ActivityDataIOEditorWidget

    • Constructor Detail

      • ActivityDataIOEditorWidget

        public ActivityDataIOEditorWidget()
    • Method Detail

      • setIsSingleVar

        public void setIsSingleVar​(boolean isSingleVar)
      • setAllowDuplicateNames

        public void setAllowDuplicateNames​(boolean allowDuplicateNames,
                                           String duplicateNameErrorMessage)
      • removeAssignment

        public void removeAssignment​(AssignmentRow assignmentRow)
      • setDataTypes

        public void setDataTypes​(ListBoxValues dataTypeListBoxValues)
      • setProcessVariables

        public void setProcessVariables​(ListBoxValues processVarListBoxValues)
      • setDisallowedNames

        public void setDisallowedNames​(Set<String> disallowedNames,
                                       String disallowedNameErrorMessage)
      • setCustomAssignmentsProperties

        public void setCustomAssignmentsProperties​(Map<String,​List<String>> customAssignmentsProperties)
      • isDuplicateName

        public boolean isDuplicateName​(String name)
        Tests whether a Row name occurs more than once in the list of rows
        Parameters:
        name -
        Returns:
      • setIsVisible

        public void setIsVisible​(boolean visible)
      • getWidget

        public com.google.gwt.user.client.ui.Widget getWidget()