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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InsertFormElementData() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.alibaba.fastjson.JSONObjectgetPersist()FormElementRelationsgetRelations()voidsetPersist(com.alibaba.fastjson.JSONObject persist)voidsetRelations(FormElementRelations relations) 
 - 
 
- 
- 
Method Detail
- 
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.
 
 - 
 
 -