Class PopupDateField

    • Method Detail

      • getInputPrompt

        public String getInputPrompt()
        Deprecated.
        Gets the current input prompt.
        Returns:
        the current input prompt, or null if not enabled
        See Also:
        setInputPrompt(String)
      • setInputPrompt

        public void setInputPrompt​(String inputPrompt)
        Deprecated.
        Sets the input prompt - a textual prompt that is displayed when the field would otherwise be empty, to prompt the user for input.
        Parameters:
        inputPrompt -
      • isTextFieldEnabled

        public boolean isTextFieldEnabled()
        Deprecated.
        Checks whether the text field is enabled (default) or not.
        Returns:
        true if the text field is enabled, false otherwise.
        See Also:
        setTextFieldEnabled(boolean)
      • setTextFieldEnabled

        public void setTextFieldEnabled​(boolean state)
        Deprecated.
        Enables or disables the text field. By default the text field is enabled. Disabling it causes only the button for date selection to be active, thus preventing the user from entering invalid dates. See Ticket 6790".
        Parameters:
        state - true to enable text field, false to disable it.
      • setAssistiveText

        public void setAssistiveText​(String description)
        Deprecated.
        Set a description that explains the usage of the Widget for users of assistive devices.
        Parameters:
        description - String with the description
      • getAssistiveText

        public String getAssistiveText()
        Deprecated.
        Get the description that explains the usage of the Widget for users of assistive devices.
        Returns:
        String with the description