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