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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.alibaba.fastjson.JSONObjectvoidsetPersist(com.alibaba.fastjson.JSONObject persist) voidsetRelations(FormElementRelations relations) 
- 
Constructor Details- 
InsertFormElementDatapublic InsertFormElementData()
 
- 
- 
Method Details- 
getPersistpublic 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.
 
- 
setPersistpublic 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.
 
 
-