Class InsertFormElementData

java.lang.Object
de.xima.fc.gui.bean.designer.model.InsertFormElementData
All Implemented Interfaces:
Serializable

public class InsertFormElementData extends Object implements Serializable
Used by the PDF importer, data with the element to insert into the form.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • InsertFormElementData

      public InsertFormElementData()
  • Method Details

    • getPersist

      public com.alibaba.fastjson.JSONObject getPersist()
      Returns:
      Persist JSON for the form element to insert.
    • getRelations

      public FormElementRelations getRelations()
      Returns:
      Relations with elements close to the element to insert, used e.g. for smart positioning.
    • setPersist

      public void setPersist(com.alibaba.fastjson.JSONObject persist)
      Parameters:
      persist - Persist JSON for the form element to insert.
    • setRelations

      public void setRelations(FormElementRelations relations)
      Parameters:
      relations - Relations with elements close to the element to insert, used e.g. for smart positioning.