Mobile.FlexberryObjectlistview Class
Mobile version of flexberry-objectlistview (with mobile-specific defaults).
Item Index
Properties
- _mobilePages
- _mobileSortingSettingsCaption
- _mobileSortingSettingsIcon
- allowColumnResize
- classNames
- columnsWidthAutoresize
- createNewButton
- deleteButton
- orderable
- refreshButton
- rowClickable
- showAsteriskInRow
- showCheckBoxInRow
- showDeleteButtonInRow
- showDeleteMenuItemInRow
- showEditMenuItemInRow
- singleColumnCellComponent
- singleColumnHeaderTitle
- tableStriped
Properties
_mobilePages
Array
private
Array of objects corresponding to list of pages.
Each page is presented as object with following properties:
- number - Number of page.
- isCurrent - If
true
this page is current. - isEllipsis - If
true
this page showing in pages list.
allowColumnResize
Boolean
Flag indicates whether allow to resize columns (if true
) or not (if false
).
Default: false
columnsWidthAutoresize
Boolean
Indicates whether or not autoresize columns for fit the page width.
Default: true
orderable
Boolean
Flag indicates whether ordering by clicking on column headers is allowed.
Default: false
showAsteriskInRow
Boolean
Flag: indicates whether to show asterisk icon in first column of every changed row.
Default: false
showCheckBoxInRow
Boolean
Flag indicates whether to show checkbox in first column of every row.
Default: false
showDeleteButtonInRow
Boolean
Flag indicates whether to show delete button in first column of every row.
Default: false
showDeleteMenuItemInRow
Boolean
Flag indicates whether to show dropdown menu with delete menu item, in last column of every row.
Default: false
showEditMenuItemInRow
Boolean
Flag indicates whether to show dropdown menu with edit menu item, in last column of every row.
Default: true
singleColumnCellComponent
Object
Default cell component that will be used to display values in single column.