Class ModelFormField.ContainerField

  • Enclosing class:
    ModelFormField

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

      • ContainerField

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

        public ContainerField​(int fieldSource,
                              int fieldType,
                              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