Row type
Row controls are what make up a list. A list contains any number of row controls.
Hierarchy
Row
Index
Properties
Methods
- getControl
- getControlById
- getControlValueById
- getRowHeader
- getRowId
- hasImageField
- isEntityCreatedNew
- isEntityDeleted
- isEntityModified
- isEntitySyncPending
- select
Properties
fieldList
fieldList: Control [ ]
headerField
headerField: Control
hidden
hidden: boolean
If true then the row will be hidden.
imageFields
imageFields: Control [ ]
isSelected
isSelected: boolean
item
item: any
A container of rendered data.
template
template: Group
Group control that represents the template for a row.
Methods
getControl
getControl(controlName: string): Control
Parameters
Name | Type | Description |
---|---|---|
controlName | string |
Returns Control
getControlById
getControlById(id: string): Control
Parameters
Name | Type | Description |
---|---|---|
id | string | id can be valueKey or the displayKey of the list control metadata |
Returns Control
getControlValueById
getControlValueById(id: string): string
Parameters
Name | Type | Description |
---|---|---|
id | string | id can be valueKey or the displayKey of the list control metadata |
Returns string
getRowHeader
getRowHeader(): Control
Returns Control
getRowId
getRowId(): string
Returns string
hasImageField
hasImageField(): boolean
Returns true if the row has an image field.
Returns boolean
isEntityCreatedNew
isEntityCreatedNew(): boolean
Returns boolean
isEntityDeleted
isEntityDeleted(): boolean
Returns boolean
isEntityModified
isEntityModified(): boolean
Returns boolean
isEntitySyncPending
isEntitySyncPending(): boolean
Returns boolean
select
select(): any
Returns any
Feedback
Submit and view feedback for