Factory for creating new Field-instances based on type, datasource and/or context.
Parameters
type
The type of data presented in field
uiContext
The component where the field is presented.
Field The field suitable for editing the specified data.
Creates field based on type of data.
Parameters
container
Container where the property belongs to.
itemId
The item Id.
propertyId
Id of the property.
uiContext
The component where the field is presented.
Field The field suitable for editing the specified data.
Creates field based on the container item id and property id.
Parameters
item
The item where the property belongs to.
propertyId
Id of the property.
uiContext
The component where the field is presented.
Field The field suitable for editing the specified data.
Creates field based on the item and property id.