GenericPresenter. GenericPresenter

new GenericPresenter() → {GenericPresenter}

Returns:
Type: 
GenericPresenter

Extends

  • GridPresenterBase

Methods

configureLoadTask(task, _parentItem, _viewMode) → {void}

Parameters:
NameTypeDescription
taskobject
_parentItemobject
_viewModestring
Returns:
Type: 
void

getBackdropMode() → {string}

Uses global full-screen backdrop

Returns:
Type: 
string

getGridConfig(_viewMode) → {object}

Standard grid layout

Parameters:
NameTypeDescription
_viewModestring
Returns:
Type: 
object

getOptions(parentItem) → {object}

Returns options customized based on parent item type

Parameters:
NameTypeDescription
parentItemobject
Returns:
Type: 
object

shouldShowPresentationInfo(_viewMode) → {boolean}

No presentation info for generic view

Parameters:
NameTypeDescription
_viewModestring
Returns:
Type: 
boolean