Package de.xima.fc.gui.model.params
Class RenderItemParams
java.lang.Object
de.xima.fc.gui.model.params.RenderItemParams
Parameters for the render item remote command, see
FormRenderHelper
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLang()
com.alibaba.fastjson.JSONObject
com.alibaba.fastjson.JSONObject
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
RenderItemParams
-
-
Method Details
-
getLang
-
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:
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()
-