Uses of Class
de.xima.fc.form.common.models.XItemPropertyDesc
-
-
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 XItemPropertyDesc Modifier and Type Method Description Iterable<XItemPropertyDesc>
IFD2XItemProvider. getAvailableFormProperties(Locale locale)
Iterable<XItemPropertyDesc>
IFD2XItemProvider. getAvailableProperties(IXItemBasic item, Locale locale)
-
Uses of XItemPropertyDesc in de.xima.fc.form.common.items
-
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 XItemPropertyDesc Modifier and Type Method Description ArrayList<XItemPropertyDesc>
IXItemBasic. 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 XItemPropertyDesc Modifier and Type Method Description List<XItemPropertyDesc>
IPluginFormElementPropertiesExtensionRetVal. getAdditionalProperties()
List<XItemPropertyDesc>
IPluginFormPropertiesExtensionRetVal. getAdditionalProperties()
-
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 XItemPropertyDesc Modifier and Type Method Description static 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 XItemPropertyDesc Modifier and Type Method Description Iterable<XItemPropertyDesc>
DefaultFD2ItemProvider. getAvailableFormProperties(Locale locale)
Iterable<XItemPropertyDesc>
DefaultFD2ItemProvider. getAvailableProperties(IXItemBasic item, Locale locale)
-