Package de.xima.fc.form.common.models
Interface IXForm
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XForm
public interface IXForm extends Serializable
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
-
-
-
Method Detail
-
setXItems
void setXItems(LinkedHashMap<String,XItem> xItems)
-
getParentItemMap
LinkedHashMap<String,String> getParentItemMap()
-
setParentItemMap
void setParentItemMap(LinkedHashMap<String,String> parentItemMap)
-
clone
IXForm clone() throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
isShowLogo
boolean isShowLogo()
-
isResponsive
boolean isResponsive()
-
isUseModernTheme
boolean isUseModernTheme()
-
isPrevReplacement
boolean isPrevReplacement()
-
getVersion
com.alibaba.fastjson.JSONObject getVersion()
-
getVariables
com.alibaba.fastjson.JSONArray getVariables()
-
getMaxSize
String getMaxSize()
-
getMinSize
String getMinSize()
-
getResponseSize
String getResponseSize()
-
getMetaData
String getMetaData()
-
getUserCSS
String getUserCSS()
-
getUserJS
String getUserJS()
-
getErrorStyle
String getErrorStyle()
-
getFormI18N
com.alibaba.fastjson.JSONObject getFormI18N()
-
setxItems
@Deprecated void setxItems(LinkedHashMap<String,XItem> xItems)
Deprecated.
-
getxItems
@Deprecated Map<String,XItem> getxItems()
Deprecated.usegetXItems()
-
isAttributeW3CMode
boolean isAttributeW3CMode()
- Returns:
true
to use only attributes allowed by the W3C spec,false
to use the legacy mode.
-
isElementClassNameMode
boolean isElementClassNameMode()
- Returns:
true
when the name of the element should be added as a CSS style class,false
otherwise.
-
-