Interface AssignmentListItemWidgetView

    • Field Detail

      • CUSTOM_PROMPT

        static final String CUSTOM_PROMPT
      • ENTER_TYPE_PROMPT

        static final String ENTER_TYPE_PROMPT
      • CONSTANT_PROMPT

        static final String CONSTANT_PROMPT
      • ENTER_CONSTANT_PROMPT

        static final String ENTER_CONSTANT_PROMPT
    • Method Detail

      • init

        void init()
      • setDataTypes

        void setDataTypes​(ListBoxValues dataTypeListBoxValues)
      • setProcessVariables

        void setProcessVariables​(ListBoxValues processVarListBoxValues)
      • setShowConstants

        void setShowConstants​(boolean showConstants)
      • setDisallowedNames

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

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

        void setAllowDuplicateNames​(boolean allowDuplicateNames,
                                    String duplicateNameErrorMessage)
      • isDuplicateName

        boolean isDuplicateName​(String name)
      • getDataType

        String getDataType()
      • setDataType

        void setDataType​(String dataType)
      • getProcessVar

        String getProcessVar()
      • setProcessVar

        void setProcessVar​(String processVar)
      • getCustomDataType

        String getCustomDataType()
      • setCustomDataType

        void setCustomDataType​(String customDataType)
      • getConstant

        String getConstant()
      • setConstant

        void setConstant​(String constant)