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, see FormRenderHelper.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • RenderItemParams

      public RenderItemParams(Locale defaultLocale)
  • Method Details

    • 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:
      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()