Class FormDesignerPublishBean
- java.lang.Object
-
- de.xima.fc.gui.designer.form.bean.FormDesignerPublishBean
-
- All Implemented Interfaces:
Serializable
@RequestScoped @Named("formDesignerPublishBean") public class FormDesignerPublishBean extends Object implements Serializable
Bean for the form designer. Takes care of saving the form when the user clicks save (publish).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormDesignerPublishBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
publishForm()
Remote command that takes a persist JSON and saves it.
-