Class ModelFormField.IgnoredField

  • Enclosing class:
    ModelFormField

    public static class ModelFormField.IgnoredField
    extends FieldInfo
    Models the <ignored> element.
    See Also:
    widget-form.xsd
    • Constructor Detail

      • IgnoredField

        public IgnoredField​(org.w3c.dom.Element element,
                            ModelFormField modelFormField)
      • IgnoredField

        public IgnoredField​(int fieldSource,
                            ModelFormField modelFormField)
      • IgnoredField

        public IgnoredField​(ModelFormField modelFormField)
    • Method Detail

      • renderFieldString

        public void renderFieldString​(java.lang.Appendable writer,
                                      java.util.Map<java.lang.String,​java.lang.Object> context,
                                      FormStringRenderer formStringRenderer)
                               throws java.io.IOException
        Specified by:
        renderFieldString in class FieldInfo
        Throws:
        java.io.IOException