Uses of Class
de.xima.fc.form.common.items.XItem
-
-
Uses of XItem in de.xima.fc.form.common
Methods in de.xima.fc.form.common that return XItem Modifier and Type Method Description static XItem
XItemUtil. findPage(Map<String,XItem> items, XItem item)
static XItem
XItemUtil. getXItem(com.alibaba.fastjson.JSONObject jsonObject, com.alibaba.fastjson.JSONObject version)
static XItem
XItemUtil. getXItem(com.alibaba.fastjson.JSONObject jsonObject, IXFormRenderConfig xRenderConfig)
Deprecated.static XItem
XItemUtil. getXItem(com.alibaba.fastjson.JSONObject jsonObject, IXFormRenderConfig xRenderConfig, com.alibaba.fastjson.JSONObject version)
Deprecated.ThexRenderConfig
is not needed.Methods in de.xima.fc.form.common that return types with arguments of type XItem Modifier and Type Method Description static Map<String,List<XItem>>
XItemUtil. getItemsByClassName(com.alibaba.fastjson.JSONObject persist, String... classNames)
Finds form items by their class name.static Map<String,XItem>
XItemUtil. getItemsByIdMap(com.alibaba.fastjson.JSONObject persist)
static HashMap<String,XItem>
XItemUtil. getItemsMap(com.alibaba.fastjson.JSONObject persist)
Methods in de.xima.fc.form.common with parameters of type XItem Modifier and Type Method Description static void
XItemUtil. addItem(XItem item, XForm form)
static XItem
XItemUtil. findPage(Map<String,XItem> items, XItem item)
static String
XItemPropertyI18NUtils. getI18NValue(XItem xitem, IXFormRenderConfig config, XPropertyEnum xProperty)
Method parameters in de.xima.fc.form.common with type arguments of type XItem Modifier and Type Method Description static XItem
XItemUtil. findPage(Map<String,XItem> items, XItem item)
-
Uses of XItem in de.xima.fc.form.common.condition
Methods in de.xima.fc.form.common.condition with parameters of type XItem Modifier and Type Method Description boolean
IXItemEvaluator. eval(XItem item)
Methode zum Überprüfen, ob das XItem alle Property-Kombinationen erfülltboolean
XItemCondition. evaluate(XItem item)
Methode zum Evaluieren der Condition für ein übergebensXItem
.boolean
XItemConditionProcessor. isItemReadOnly(XItem item)
boolean
XItemConditionProcessor. isItemRenderable(XItem item)
-
Uses of XItem in de.xima.fc.form.common.condition.types
Methods in de.xima.fc.form.common.condition.types with parameters of type XItem Modifier and Type Method Description boolean
XItemDefaultReadOnlyEvaluator. eval(XItem item)
boolean
XItemDefaultRenderedEvaluator. eval(XItem item)
boolean
XItemPropertiesEvaluator. eval(XItem item)
Methode zum Überprüfen, ob das XItem alle Property-Kombinationen erfüllt -
Uses of XItem in de.xima.fc.form.common.interfaces
Methods in de.xima.fc.form.common.interfaces with parameters of type XItem Modifier and Type Method Description void
IFD2DataSourceProvider. resolveItemOptions(IXFormRenderConfig config, XItem item)
Deprecated. -
Uses of XItem in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return types with arguments of type XItem Modifier and Type Method Description Map<String,XItem>
IXForm. getxItems()
Deprecated.Map<String,XItem>
XForm. getxItems()
Deprecated.Map<String,XItem>
IXForm. getXItems()
Map<String,XItem>
XForm. getXItems()
Constructors in de.xima.fc.form.common.models with parameters of type XItem Constructor Description XButtonDescriptor(XItem buttonList, com.alibaba.fastjson.JSONObject jsonObject)
-
Uses of XItem in de.xima.fc.form.renderer
Methods in de.xima.fc.form.renderer that return XItem Modifier and Type Method Description static XItem
XFormRenderer. fillItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)
Deprecated.will be removed: currently useless!static XItem
XFormRenderer. getItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)
Deprecated.will be removed: currently useless!Methods in de.xima.fc.form.renderer with parameters of type XItem Modifier and Type Method Description static XItem
XFormRenderer. fillItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)
Deprecated.will be removed: currently useless!static XItem
XFormRenderer. getItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)
Deprecated.will be removed: currently useless!boolean
XFormValidator. validate(XItem xitem, List<String[]> values, Locale locale)
Deprecated. -
Uses of XItem in de.xima.fc.gui.bean.designer.event
Methods in de.xima.fc.gui.bean.designer.event that return types with arguments of type XItem Modifier and Type Method Description Map<String,XItem>
FormItemsPersistUpdatedEvent. getXItems()
Constructor parameters in de.xima.fc.gui.bean.designer.event with type arguments of type XItem Constructor Description FormItemsPersistUpdatedEvent(EContentView contentView, FormPersistModifications diff, Map<String,XItem> xItems)
A new POJO with the given data.FormItemsPersistUpdatedEvent(String sourceTabId, FormPersistModifications diff, Map<String,XItem> xItems)
A new POJO with the given data. -
Uses of XItem in de.xima.fc.gui.model
Method parameters in de.xima.fc.gui.model with type arguments of type XItem Modifier and Type Method Description Set<PlaceHolder>
PlaceholderLibrary. createFormPlaceHoldersForItems(Mandant client, Locale locale, Iterable<XItem> xItems, Iterable<FormVariable> variables)
-
Uses of XItem in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return XItem Modifier and Type Method Description XItem
XItemUpdate. getNewItem()
XItem
XItemUpdate. getOldItem()
Methods in de.xima.fc.gui.model.designer that return types with arguments of type XItem Modifier and Type Method Description Map<String,XItem>
FormPersistModifications. getAddedXItems()
Map<String,XItem>
FormPersistModifications. getRemovedXItems()
Iterable<XItem>
FormOverviewContent. getXItems()
Constructors in de.xima.fc.gui.model.designer with parameters of type XItem Constructor Description XItemUpdate(XItem oldItem, XItem newItem)
Constructor parameters in de.xima.fc.gui.model.designer with type arguments of type XItem Constructor Description FormOverviewContent(Iterable<XItem> xItems, Iterable<FormVariable> variables)
FormPersistModifications(com.alibaba.fastjson.JSONObject previousFormJson, com.alibaba.fastjson.JSONObject currentFormJson, Map<String,XItem> added, Map<String,XItemUpdate> updated, Map<String,XItem> removed)
-
Uses of XItem in de.xima.fc.gui.model.placeholder
Methods in de.xima.fc.gui.model.placeholder that return types with arguments of type XItem Modifier and Type Method Description Collection<XItem>
PlaceholderContextModel. getXItems()
Method parameters in de.xima.fc.gui.model.placeholder with type arguments of type XItem Modifier and Type Method Description void
PlaceholderContextModel. setXItems(Collection<XItem> xItems)
-
Uses of XItem in de.xima.fc.interfaces.datasource
Methods in de.xima.fc.interfaces.datasource that return XItem Modifier and Type Method Description XItem
IDatenquelleParams. getItem()
Das Formular-Feld von welchem die Datenquelle benutzt wird -
Uses of XItem in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type XItem Modifier and Type Method Description Map<String,XItem>
FormPersist. getXItems()
Iterable<XItem>
FormPersist. orderedItems()
Convenience method for retrieving the items in order.Method parameters in de.xima.fc.mdl.form with type arguments of type XItem Modifier and Type Method Description void
FormPersist. setXItems(Map<String,XItem> xItems)
-
Uses of XItem in de.xima.fc.web.common.datasource
Methods in de.xima.fc.web.common.datasource that return XItem Modifier and Type Method Description XItem
DatenquelleParams. getItem()
Deprecated.Constructors in de.xima.fc.web.common.datasource with parameters of type XItem Constructor Description DatenquelleParams(XItem item, Mandant mandant, SessionAttributes sessionAttributes, ValueParameters requestParameters, Projekt projekt)
Deprecated.DatenquelleParams(XItem item, Mandant mandant, Map<String,Serializable> sessionAttributes, ValueParameters requestParameters, Projekt projekt)
Deprecated. -
Uses of XItem in de.xima.fc.web.common.fd2.provider
Methods in de.xima.fc.web.common.fd2.provider with parameters of type XItem Modifier and Type Method Description void
DefaultFD2DatasourceProvider. resolveItemOptions(IXFormRenderConfig config, XItem item)
Deprecated.
-