Uses of Class
de.xima.fc.form.common.models.XItemPropertyDesc
Packages that use XItemPropertyDesc
Package
Description
-
Uses of XItemPropertyDesc in de.xima.fc.form.common.interfaces
Methods in de.xima.fc.form.common.interfaces that return types with arguments of type XItemPropertyDescModifier and TypeMethodDescriptionIFD2XItemProvider.getAvailableFormProperties(Locale locale) IFD2XItemProvider.getAvailableProperties(IXItemBasic item, Locale locale) -
Uses of XItemPropertyDesc in de.xima.fc.form.common.items
Methods in de.xima.fc.form.common.items that return types with arguments of type XItemPropertyDescModifier and TypeMethodDescriptionXAppointment.getAvailableProperties(Locale locale) XButtonList.getAvailableProperties(Locale locale) XCheckbox.getAvailableProperties(Locale locale) XContainer.getAvailableProperties(Locale locale) XDefault.getAvailableProperties(Locale locale) XFieldSet.getAvailableProperties(Locale locale) XFooter.getAvailableProperties(Locale locale) XHeader.getAvailableProperties(Locale locale) XImage.getAvailableProperties(Locale locale) XLine.getAvailableProperties(Locale locale) XPage.getAvailableProperties(Locale locale) XSelect.getAvailableProperties(Locale locale) XSpacer.getAvailableProperties(Locale locale) XSpan.getAvailableProperties(Locale locale) XTextArea.getAvailableProperties(Locale locale) XTextField.getAvailableProperties(Locale locale) XUpload.getAvailableProperties(Locale locale) -
Uses of XItemPropertyDesc in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return types with arguments of type XItemPropertyDescModifier and TypeMethodDescriptionIXItemBasic.getAvailableProperties(Locale locale) Gets a list of base properties available for this item. -
Uses of XItemPropertyDesc in de.xima.fc.interfaces.plugin.retval.form
Methods in de.xima.fc.interfaces.plugin.retval.form that return types with arguments of type XItemPropertyDescModifier and TypeMethodDescriptionIPluginFormElementPropertiesExtensionRetVal.getAdditionalProperties()IPluginFormPropertiesExtensionRetVal.getAdditionalProperties() -
Uses of XItemPropertyDesc in de.xima.fc.plugin.models.retval.form
Methods in de.xima.fc.plugin.models.retval.form that return types with arguments of type XItemPropertyDescMethods in de.xima.fc.plugin.models.retval.form with parameters of type XItemPropertyDescModifier and TypeMethodDescriptionPluginFormPropertiesExtensionRetVal.Builder.addAdditionalProperty(XItemPropertyDesc additionalProperty) Adds the given property to the list of additional properties to be made available.Method parameters in de.xima.fc.plugin.models.retval.form with type arguments of type XItemPropertyDescModifier and TypeMethodDescriptionPluginFormPropertiesExtensionRetVal.Builder.addAdditionalProperties(Iterable<? extends XItemPropertyDesc> additionalProperties) Add the given properties to the list of additional properties be made available.PluginFormPropertiesExtensionRetVal.Builder.additionalProperties(Iterable<? extends XItemPropertyDesc> additionalProperties) Sets (replaces) the additional properties to be made available. -
Uses of XItemPropertyDesc in de.xima.fc.web.common.fd2
Methods in de.xima.fc.web.common.fd2 that return types with arguments of type XItemPropertyDescModifier and TypeMethodDescriptionstatic Iterable<XItemPropertyDesc> XItemPropertiesHelper.getAvailableFormProperties(Mandant client, Locale locale) Gets all properties available for a form.static Iterable<XItemPropertyDesc> XItemPropertiesHelper.getAvailableProperties(IXItemBasic item, Mandant client, Locale locale) Gets all properties available for anXItem. -
Uses of XItemPropertyDesc in de.xima.fc.web.common.fd2.provider
Methods in de.xima.fc.web.common.fd2.provider that return types with arguments of type XItemPropertyDescModifier and TypeMethodDescriptionDefaultFD2ItemProvider.getAvailableFormProperties(Locale locale) DefaultFD2ItemProvider.getAvailableProperties(IXItemBasic item, Locale locale)