APIs

Show:

Mixin for Controller to support hierarchical mode into FlexberryObjectlistviewComponent.

Methods

actions.loadRecords

(
  • id
  • Instance
  • property
  • Flag
)

Redirect actions into route.

Parameters:

actions.saveHierarchicalAttribute

(
  • hierarchicalAttribute
  • [refresh]
)

Saves attribute name and switches the mode if necessary.

Parameters:

  • hierarchicalAttribute String

    Attribute name to hierarchy build.

  • [refresh] Boolean optional

    If true, then switch hierarchical mode.

actions.switchExpandMode

()

Switch collapse/expand mode.

actions.switchHierarchicalMode

()

Switch hierarchical mode.

Properties

hierarchicalAttribute

Boolean

Attribute name to hierarchy build.

hierarchyPaging

Boolean private

Flag used for disable the hierarchical paging.

Default: false

inExpandMode

Boolean

Flag indicate whether component is in collapse/expand mode.

Default: false

inHierarchicalMode

Boolean

Flag indicate whether component is in hierarchical mode.

Default: false