Class DirectoryParameterImpl

    • Field Detail

      • keyDialogTitle

        private java.lang.String keyDialogTitle
      • keyDialogMessage

        private java.lang.String keyDialogMessage
      • hintKey

        private java.lang.String hintKey
    • Constructor Detail

      • DirectoryParameterImpl

        public DirectoryParameterImpl​(java.lang.String key,
                                      java.lang.String labelKey)
    • Method Detail

      • getValueObject

        public java.lang.Object getValueObject()
        Description copied from interface: Parameter
        Retrieve the parameter's value as an Object. Subclasses will usually have a getValue() that will return a specific type.
        Specified by:
        getValueObject in interface Parameter
        Overrides:
        getValueObject in class ParameterImpl
      • getKeyDialogTitle

        public java.lang.String getKeyDialogTitle()
      • setDialogMessageKey

        public void setDialogMessageKey​(java.lang.String key)
      • getKeyDialogMessage

        public java.lang.String getKeyDialogMessage()
      • getHintKey

        public java.lang.String getHintKey()
        Description copied from interface: ParameterWithHint
        Get the messagebundle key for the Parameter's hint. Hints are usually only displayed when the field is empty.
        Specified by:
        getHintKey in interface ParameterWithHint
      • setHintKey

        public void setHintKey​(java.lang.String hintKey)
        Description copied from interface: ParameterWithHint
        Sets the widget message to a messagebundle key. The message text is displayed as a hint for the user, indicating the purpose of the field. Hints are usually only displayed when the field is empty.
        Specified by:
        setHintKey in interface ParameterWithHint
      • setHintText

        public void setHintText​(java.lang.String text)
        Description copied from interface: ParameterWithHint
        Sets the widget message. The text is displayed as a hint for the user, indicating the purpose of the field. Hints are usually only displayed when the field is empty.
        Specified by:
        setHintText in interface ParameterWithHint