Class XForm

    • Constructor Detail

      • XForm

        public XForm()
        Creates an empty form with no form elements.
      • XForm

        public XForm​(com.alibaba.fastjson.JSONObject persist)
              throws com.alibaba.fastjson.JSONException
        Konstruktor mit Formularwerten und Render-Konfiguration
        Parameters:
        persist - das Persistance-Objekt des Formulars
        Throws:
        com.alibaba.fastjson.JSONException - When the persist contains an invalid data structure.