Class InsertFormElementData
java.lang.Object
de.xima.fc.gui.bean.designer.model.InsertFormElementData
- All Implemented Interfaces:
Serializable
Used by the PDF importer, data with the element to insert into the form.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.alibaba.fastjson.JSONObject
void
setPersist
(com.alibaba.fastjson.JSONObject persist) void
setRelations
(FormElementRelations relations)
-
Constructor Details
-
InsertFormElementData
public InsertFormElementData()
-
-
Method Details
-
getPersist
public com.alibaba.fastjson.JSONObject getPersist()- Returns:
- Persist JSON for the form element to insert.
-
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
- Parameters:
relations
- Relations with elements close to the element to insert, used e.g. for smart positioning.
-