Class FormDesignerRenderBean
- java.lang.Object
-
- de.xima.fc.gui.designer.form.bean.FormDesignerRenderBean
-
- All Implemented Interfaces:
Serializable
@RequestScoped @Named public class FormDesignerRenderBean extends Object implements Serializable
Bean for the form designer. Creates the HTML for specified form elements.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormDesignerRenderBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrenderItem()Remote command that creates the HTML of the given persist form element.voidrenderPersist()Remote command that creates a preview of the form of the given persist JSON.
-