Skip to main content

Definitions

info

fieldIdentifier where ids but this method is deprecated, use fieldSlug instead

getFieldDefinitionsIdMap

Get the field definitions map indexed by id

Return Map<int, Field>

getFieldDefinitionsIdMap()

getFieldDefinitionsSlugMap

Get the field definitions map indexed by slug

Return Map<String, Field>

getFieldDefinitionsSlugMap()

getFieldDefinitionById

Get the field definition by its identifier

Arguments

  • fieldIdentifier: String the slug of the field

Return Field

getFieldDefinitionById(fieldIdentifier)

getFieldLinkedAdditionalColumns

Get the linked additional columns for a field

Arguments

  • fieldIdentifier: String the slug of the field

Return List<MobileAdditionalColumn>

getFieldLinkedAdditionalColumns(fieldIdentifier)

Table

Function NameDescriptionFirst ArgumentSecond ArgumentReturn
getFieldDefinitionsIdMapGet the field definitions map indexed by idMap<int, Field>
getFieldDefinitionsSlugMapGet the field definitions map indexed by slugMap<String, Field>
getFieldDefinitionByIdGet the field definition by its identifieridentifier: StringField
getFieldLinkedAdditionalColumnsGet the field linked additional columns by its identifieridentifier: StringList<MobileAdditionalColumn>