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.JSONObject
getPersist()
FormElementRelations
getRelations()
void
setPersist(com.alibaba.fastjson.JSONObject persist)
void
setRelations(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.
-
-