Interface IExtendedParameterModel

    • Method Detail

      • getDependentMandatoryParamNames

        Set<String> getDependentMandatoryParamNames()
      • getValidationErrorMsg

        String getValidationErrorMsg()
      • isDependentMandatory

        boolean isDependentMandatory()
      • isGroupItem

        boolean isGroupItem()
      • isParamNameEditable

        boolean isParamNameEditable()
      • isParamValueCryptic

        boolean isParamValueCryptic()
      • isValidationError

        boolean isValidationError()
      • setDeletable

        void setDeletable​(boolean isDeletable)
      • setDependentMandatoryParamNames

        void setDependentMandatoryParamNames​(Set<String> paramNames)
      • setGroupItem

        void setGroupItem​(boolean groupItem)
      • setParamBehavior

        void setParamBehavior​(String paramBehavior)
      • setParamDescription

        void setParamDescription​(String paramDesc)
      • setParamNameEditable

        void setParamNameEditable​(boolean nameEditable)
      • setParamValueCryptic

        void setParamValueCryptic​(boolean crypticValue)
      • setValidationError

        void setValidationError​(boolean error)
      • setValidationErrorMsg

        void setValidationErrorMsg​(String validationErrorMsg)