Package de.xima.fc.web.common.fd2
Class XItemPropertiesHelper
- java.lang.Object
- 
- de.xima.fc.web.common.fd2.XItemPropertiesHelper
 
- 
- 
Method SummaryAll 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- 
getAvailableFormPropertiespublic 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
 
 - 
getAvailablePropertiespublic 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.
 
 
- 
 
-