Class FormItemAddition
- java.lang.Object
-
- de.xima.fc.gui.designer.form.model.params.FormItemAddition
-
- All Implemented Interfaces:
Serializable
public class FormItemAddition extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormItemAddition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.alibaba.fastjson.JSONObject
getData()
int
getIndex()
void
setData(com.alibaba.fastjson.JSONObject data)
void
setIndex(int index)
-