Class TextAreaFieldDisplayer

    • Constructor Detail

      • TextAreaFieldDisplayer

        public TextAreaFieldDisplayer()
        Constructor
    • Method Detail

      • display

        public void display​(PrintWriter out,
                            TextField field,
                            FieldTemplate template,
                            PagesContext PagesContext)
                     throws FormException
        Prints the HTML value of the field. The displayed value must be updatable by the end user. The value format may be adapted to a local language. The fieldName must be used to name the html form input. Never throws an Exception but log a silvertrace and writes an empty string when :
        • the field type is not a managed type.
Throws:
FormException