Class FormDesignerRenderBean
java.lang.Object
de.xima.fc.gui.designer.form.bean.FormDesignerRenderBean
- All Implemented Interfaces:
Serializable
Bean for the form designer. Creates the HTML for specified form elements.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Remote command that creates the HTML of the given persist form element.void
Remote command that creates a preview of the form of the given persist JSON.
-
Constructor Details
-
FormDesignerRenderBean
public FormDesignerRenderBean()
-
-
Method Details
-
renderItem
public void renderItem()Remote command that creates the HTML of the given persist form element. -
renderPersist
public void renderPersist()Remote command that creates a preview of the form of the given persist JSON.
-