new GenericPresenter() → {GenericPresenter}
Returns:
- Type:
- GenericPresenter
Extends
- GridPresenterBase
Methods
configureLoadTask(task, parentItem, viewMode) → {void}
Parameters:
| Name | Type | Description |
|---|---|---|
task | object | |
parentItem | object | |
viewMode | string |
Returns:
- Type:
- void
getBackdropMode() → {string}
Uses global full-screen backdrop
Returns:
- Type:
- string
getGridConfig(viewMode) → {object}
Standard grid layout
Parameters:
| Name | Type | Description |
|---|---|---|
viewMode | string |
Returns:
- Type:
- object
getOptions(parentItem) → {object}
Returns options customized based on parent item type
Parameters:
| Name | Type | Description |
|---|---|---|
parentItem | object |
Returns:
- Type:
- object
shouldShowPresentationInfo(viewMode) → {boolean}
No presentation info for generic view
Parameters:
| Name | Type | Description |
|---|---|---|
viewMode | string |
Returns:
- Type:
- boolean