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:
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemote command that creates the HTML of the given list of form elements.voidRemote command that creates a preview of the form of the given persist JSON.
-
Method Details
-
renderItems
public void renderItems()Remote command that creates the HTML of the given list of form elements. -
renderPersist
public void renderPersist()Remote command that creates a preview of the form of the given persist JSON.
-