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