gn:act_updateLstRowColumnFromWidget
- Description
- Action used to update value held in widget with rows, row column by value from widget.
- Action returns
- void
Action signatures
Update row column values
[gn:act_updateLstRowColumnFromWidget]|[target,column,source]
Parameter Description target
target where the value will be updated - Valid targets:
column
hardcoded column name where the data will be updated source source from where the data will be used
Example
@+id/listMaterialsForAssign
-GnListView
materialAssignment_handOverTimestamp
- column name@+id/materialAssignment_handOverTimestampUPDATE
- source
- ⤷
[gn:act_updateLstRowColumnFromWidget]|[@+id/listMaterialsForAssign, materialAssignment_handOverTimestamp, @+id/materialAssignment_handOverTimestampUPDATE]
- ⤷