Package de.xima.fc.gui.model.params
Class RenderItemParams
- java.lang.Object
-
- de.xima.fc.gui.model.params.RenderItemParams
-
public final class RenderItemParams extends Object
Parameters for the render item remote command, seeFormRenderHelper
andDesignerPreviewBean.renderPreview()
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description RenderItemParams(Locale defaultLocale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Locale
getLang()
String
getLangCode()
com.alibaba.fastjson.JSONObject
getPersist()
com.alibaba.fastjson.JSONObject
getVersion()
boolean
isAttributeW3CMode()
boolean
isElementClassNameMode()
boolean
isPlaceholderPreview()
boolean
isPreview()
-
-
-
Constructor Detail
-
RenderItemParams
public RenderItemParams(Locale defaultLocale)
-
-
Method Detail
-
getLang
public Locale getLang()
-
getLangCode
public String getLangCode()
-
getPersist
public com.alibaba.fastjson.JSONObject getPersist()
-
getVersion
public com.alibaba.fastjson.JSONObject getVersion()
-
isAttributeW3CMode
public boolean isAttributeW3CMode()
-
isElementClassNameMode
public boolean isElementClassNameMode()
- Returns:
true
if the name of the element should be added as a CSS style class,false
otherwise.
-
isPlaceholderPreview
public boolean isPlaceholderPreview()
-
isPreview
public boolean isPreview()
-
-