Uses of Class
de.xima.fc.form.common.items.XItem
-
-
Uses of XItem in de.xima.fc.common.form
Methods in de.xima.fc.common.form that return XItem Modifier and Type Method Description XItemTreeParentAccessorXItem. getParent(XItem xItem)Deprecated.Methods in de.xima.fc.common.form that return types with arguments of type XItem Modifier and Type Method Description List<XItem>TreeAccessorXItem. getChildren(XItem xItem)Deprecated.static ITreeAccessor<XItem,String>TreeAccessorXItem. ofChildMap(Map<String,? extends List<XItem>> childMap)Deprecated.Creates a new tree accessor for XItems using the given precomputed child map.static ITreeAccessor<XItem,String>TreeAccessorXItem. ofXForm(IXForm xForm)Deprecated.Creates a new tree accessor for the XItems of the given form.static ITreeAccessor<XItem,String>TreeAccessorXItem. ofXItems(Iterable<XItem> xItems)Deprecated.Creates a new tree accessor for the given XItems.Methods in de.xima.fc.common.form with parameters of type XItem Modifier and Type Method Description List<XItem>TreeAccessorXItem. getChildren(XItem xItem)Deprecated.StringTreeAccessorXItem. getId(XItem xItem)Deprecated.StringTreeParentAccessorXItem. getId(XItem xItem)Deprecated.XItemTreeParentAccessorXItem. getParent(XItem xItem)Deprecated.Method parameters in de.xima.fc.common.form with type arguments of type XItem Modifier and Type Method Description static ITreeAccessor<XItem,String>TreeAccessorXItem. ofChildMap(Map<String,? extends List<XItem>> childMap)Deprecated.Creates a new tree accessor for XItems using the given precomputed child map.static TreeParentAccessorXItemTreeParentAccessorXItem. ofItemsMap(Map<String,XItem> xItemsById)Deprecated.static ITreeAccessor<XItem,String>TreeAccessorXItem. ofXItems(Iterable<XItem> xItems)Deprecated.Creates a new tree accessor for the given XItems. -
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 XItemXItemUtil. findItemByName(IXForm xForm, String formFieldName)Finds the item with the given name in the form.static XItemXItemUtil. findPage(Map<String,XItem> items, XItem item)static XItemXItemUtil. findRepetitionContainer(XItem item, IXForm xForm)Finds the closest parent item that is a repetition container for the given item.static XItemXItemUtil. getXItem(com.alibaba.fastjson.JSONObject jsonObject, com.alibaba.fastjson.JSONObject version)static XItemXItemUtil. getXItem(com.alibaba.fastjson.JSONObject jsonObject, IXFormRenderConfig xRenderConfig)Deprecated.static XItemXItemUtil. getXItem(com.alibaba.fastjson.JSONObject jsonObject, IXFormRenderConfig xRenderConfig, com.alibaba.fastjson.JSONObject version)Deprecated.ThexRenderConfigis 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. getItemsByClasses(com.alibaba.fastjson.JSONObject persist, IFD2XItemProvider provider, Class<?>... classes)Finds form items by their class name.static Map<String,List<XItem>>XItemUtil. getItemsByClasses(com.alibaba.fastjson.JSONObject persist, Map<String,Class<? extends IXItemBasic>> xItems, Map<String,XItemWidgetWrapper> widgets, Class<?>... classes)Finds form items by their class name.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 voidXItemUtil. addItem(XItem item, XForm form)static XItemXItemUtil. findPage(Map<String,XItem> items, XItem item)static XItemXItemUtil. findRepetitionContainer(XItem item, IXForm xForm)Finds the closest parent item that is a repetition container for the given item.static Set<String>XItemUtil. getAcceptedFileExtensions(XItem xItem)static StringXItemPropertyI18NUtils. getI18NValue(XItem xitem, IXFormRenderConfig config, XPropertyEnum xProperty)Gets the localized value for the given property, with all placeholders replaced.static Class<? extends IXItemBasic>XItemUtil. getItemTypeClass(XItem item, IFD2XItemProvider provider)static StringXItemUtil. getLabel(XItem xItem, Locale locale)Returns the label of the given item in the given locale.static LongXItemUtil. getMaxFileSize(XItem xItem)Returns the maximum file size for the given item.static intXItemUtil. getMaxRepetitions(XItem xItem)Returns the maximum number of repetitions for the given item.static intXItemUtil. getMinRepetitions(XItem xItem)Returns the minimum number of repetitions for the given item.Method parameters in de.xima.fc.form.common with type arguments of type XItem Modifier and Type Method Description static XItemXItemUtil. 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 booleanIXItemEvaluator. eval(XItem item)Methode zum Überprüfen, ob das XItem alle Property-Kombinationen erfülltbooleanXItemCondition. evaluate(XItem item)Methode zum Evaluieren der Condition für ein übergebensXItem.booleanXItemConditionProcessor. isItemReadOnly(XItem item)Deprecated.booleanXItemConditionProcessor. isItemRenderable(XItem item)Deprecated. -
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 booleanXItemDefaultReadOnlyEvaluator. eval(XItem item)booleanXItemDefaultRenderedEvaluator. eval(XItem item)booleanXItemPropertiesEvaluator. eval(XItem item)Methode zum Überprüfen, ob das XItem alle Property-Kombinationen erfüllt -
Uses of XItem in de.xima.fc.form.common.graph
Methods in de.xima.fc.form.common.graph that return XItem Modifier and Type Method Description XItemTreeParentAccessorXItem. getParent(XItem xItem)Methods in de.xima.fc.form.common.graph that return types with arguments of type XItem Modifier and Type Method Description List<XItem>TreeAccessorXItem. getChildren(XItem xItem)static de.xima.cmn.graph.ITreeAccessor<XItem,String>TreeAccessorXItem. ofChildMap(Map<String,? extends List<XItem>> childMap)Creates a new tree accessor for XItems using the given precomputed child map.static de.xima.cmn.graph.ITreeAccessor<XItem,String>TreeAccessorXItem. ofXForm(IXForm xForm)Creates a new tree accessor for the XItems of the given form.static de.xima.cmn.graph.ITreeAccessor<XItem,String>TreeAccessorXItem. ofXItems(Iterable<XItem> xItems)Creates a new tree accessor for the given XItems.Methods in de.xima.fc.form.common.graph with parameters of type XItem Modifier and Type Method Description List<XItem>TreeAccessorXItem. getChildren(XItem xItem)StringTreeAccessorXItem. getId(XItem xItem)StringTreeParentAccessorXItem. getId(XItem xItem)XItemTreeParentAccessorXItem. getParent(XItem xItem)Method parameters in de.xima.fc.form.common.graph with type arguments of type XItem Modifier and Type Method Description static de.xima.cmn.graph.ITreeAccessor<XItem,String>TreeAccessorXItem. ofChildMap(Map<String,? extends List<XItem>> childMap)Creates a new tree accessor for XItems using the given precomputed child map.static TreeParentAccessorXItemTreeParentAccessorXItem. ofItemsMap(Map<String,XItem> xItemsById)static de.xima.cmn.graph.ITreeAccessor<XItem,String>TreeAccessorXItem. ofXItems(Iterable<XItem> xItems)Creates a new tree accessor for the given XItems. -
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 voidIFD2DataSourceProvider. resolveItemOptions(IXFormRenderConfig config, XItem item)Deprecated. -
Uses of XItem in de.xima.fc.form.common.migration
Method parameters in de.xima.fc.form.common.migration with type arguments of type XItem Modifier and Type Method Description static voidFormMigration. addFooterIfNecessary(XForm form, BiConsumer<XItem,XForm> footerAdder)Creates a footer item for the passed form if the form version is older than MIN_TIMESTAMP_WITH_HEADER_AND_FOOTER.static voidFormMigration. addHeaderIfNecessary(XForm form, BiConsumer<XItem,XForm> headerAdder)Creates a header item for the passed form if the form version is older than MIN_TIMESTAMP_WITH_HEADER_AND_FOOTER. -
Uses of XItem in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return XItem Modifier and Type Method Description XItemIXProcessUploadParams. getItem()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)Creates a new button descriptor for aXButtonListitem and a given JSON object with the data of one the buttons of that button list item.XItemRenderDataBuilder(XItem item) -
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 XItemXFormRenderer. fillItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)Deprecated.will be removed: currently useless!static XItemXFormRenderer. 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 XItemXFormRenderer. fillItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)Deprecated.will be removed: currently useless!static XItemXFormRenderer. getItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)Deprecated.will be removed: currently useless!booleanXFormValidator. validate(XItem xitem, List<String[]> values, Locale locale)Deprecated.UseXFormValidator.validateItem(XItem, List, Locale)for non-upload items andXFormValidator.validateUploads(XItem, List, boolean)for upload items. -
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.common.placeholder
Methods in de.xima.fc.gui.common.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.common.placeholder with type arguments of type XItem Modifier and Type Method Description voidPlaceholderContextModel. setXItems(Collection<XItem> xItems) -
Uses of XItem in de.xima.fc.gui.common.placeholder.provider
Methods in de.xima.fc.gui.common.placeholder.provider that return types with arguments of type XItem Modifier and Type Method Description Collection<XItem>IPlaceholderProvideContext. getXItems()Returns the XItems for which the placeholders are being updated. -
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 XItemXItemUpdate. getNewItem()XItemXItemUpdate. 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.interfaces.datasource
Methods in de.xima.fc.interfaces.datasource that return XItem Modifier and Type Method Description XItemIDatenquelleParams. 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.Methods in de.xima.fc.mdl.form with parameters of type XItem Modifier and Type Method Description static List<UploadFormElement>UploadFormElementFactory. forXItem(XItem xUpload, IXForm xForm)Method parameters in de.xima.fc.mdl.form with type arguments of type XItem Modifier and Type Method Description voidFormPersist. 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 XItemDatenquelleParams. 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 voidDefaultFD2DatasourceProvider. resolveItemOptions(IXFormRenderConfig config, XItem item)Deprecated.
-