Package de.xima.fc.web.common.fd2
Class XItemPropertiesHelper
- java.lang.Object
 - 
- de.xima.fc.web.common.fd2.XItemPropertiesHelper
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Iterable<XItemPropertyDesc>getAvailableFormProperties(Mandant client, Locale locale)Gets all properties available for a form.static Iterable<XItemPropertyDesc>getAvailableProperties(IXItemBasic item, Mandant client, Locale locale)Gets all properties available for anXItem. 
 - 
 
- 
- 
Method Detail
- 
getAvailableFormProperties
public static Iterable<XItemPropertyDesc> getAvailableFormProperties(Mandant client, Locale locale)
Gets all properties available for a form. This includes the default form properties from the formcycle core, as well as additional properties provided by plugins such asIPluginFormPropertiesExtension.- Parameters:
 client- The client scope, if available, for finding client plugins.locale- The locale for which to the properties.- Returns:
 - All available properties for forms.
 - Since:
 - 8.2.0
 
 
- 
getAvailableProperties
public static Iterable<XItemPropertyDesc> getAvailableProperties(IXItemBasic item, Mandant client, Locale locale)
Gets all properties available for anXItem. This includes thebase propertiesof the item, as well as additional properties provided by plugins such asIPluginFormElementPropertiesExtension.- Parameters:
 item- An item for which to retrieve the properties.client- The client scope, if available, for finding client plugins.locale- The locale for which to the properties.- Returns:
 - All available properties for the item.
 
 
 - 
 
 -