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, seeFormRenderHelperandDesignerPreviewBean.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 LocalegetLang()StringgetLangCode()com.alibaba.fastjson.JSONObjectgetPersist()com.alibaba.fastjson.JSONObjectgetVersion()booleanisAttributeW3CMode()booleanisElementClassNameMode()booleanisLegacyUseOptionTextForAutocomplete()booleanisPlaceholderPreview()booleanisPreview()booleanisValidateSubmitAction() 
 - 
 
- 
- 
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()
 
- 
isValidateSubmitAction
public boolean isValidateSubmitAction()
 
- 
isLegacyUseOptionTextForAutocomplete
public boolean isLegacyUseOptionTextForAutocomplete()
 
- 
isElementClassNameMode
public boolean isElementClassNameMode()
- Returns:
 trueif the name of the element should be added as a CSS style class,falseotherwise.
 
- 
isPlaceholderPreview
public boolean isPlaceholderPreview()
 
- 
isPreview
public boolean isPreview()
 
 - 
 
 -