AdiantiStandardListTrait
Standard List Trait
Tags
Table of Contents
Properties
- $totalRow : mixed
Methods
- Delete() : mixed
- Delete a record
- deleteCollection() : mixed
- method deleteCollection() Delete many records
- enableTotalRow() : mixed
- Enable total row
- onDelete() : mixed
- Ask before deletion
- onDeleteCollection() : mixed
- Ask before delete record collection
- onInlineEdit() : mixed
- Inline record editing
Properties
$totalRow
protected
mixed
$totalRow
Methods
Delete()
Delete a record
public
Delete(mixed $param) : mixed
Parameters
- $param : mixed
deleteCollection()
method deleteCollection() Delete many records
public
deleteCollection(mixed $param) : mixed
Parameters
- $param : mixed
enableTotalRow()
Enable total row
public
enableTotalRow() : mixed
onDelete()
Ask before deletion
public
onDelete(mixed $param) : mixed
Parameters
- $param : mixed
onDeleteCollection()
Ask before delete record collection
public
onDeleteCollection(mixed $param) : mixed
Parameters
- $param : mixed
onInlineEdit()
Inline record editing
public
onInlineEdit(mixed $param) : mixed
Parameters
- $param : mixed
-
Array containing: key: object ID value field name: object attribute to be updated value: new attribute content