APIs

Show:
Extends FlexberryObjectlistview
Module: ember-flexberry

Mobile version of flexberry-objectlistview (with mobile-specific defaults).

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.

_mobileSortingSettingsCaption

String private

Mobile sort text.

_mobileSortingSettingsIcon

String private

Class icons for sorting.

allowColumnResize

Boolean

Flag indicates whether allow to resize columns (if true) or not (if false).

Default: false

classNames

Array

Array CSS class names. More info.

columnsWidthAutoresize

Boolean

Indicates whether or not autoresize columns for fit the page width.

Default: true

createNewButton

Boolean

Flag indicates whether to show creation button at toolbar.

Default: false

deleteButton

Boolean

Flag indicates whether to show delete button at toolbar.

Default: false

orderable

Boolean

Flag indicates whether ordering by clicking on column headers is allowed.

Default: false

refreshButton

Boolean

Flag indicates whether to show refresh button at toolbar.

Default: false

rowClickable

Boolean

Flag indicates whether table rows are clickable.

Default: true

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.

Sub-properties:

  • [componentName='object-list-view-single-column-cell'] String optional
  • [componentProperties=null] String optional

singleColumnHeaderTitle

String

Header title of single column.

tableStriped

Boolean

Flag indicates whether table are striped.

Default: false