Extends
- GridPresenterBase
Methods
configureLoadTask(task, parentItem, currentView) → {void}
Configure load task with music-specific parameters
Parameters:
| Name | Type | Description |
|---|---|---|
task | object | |
parentItem | object | |
currentView | string |
Returns:
- Type:
- void
destroy() → {void}
Cleanup music-specific resources
Returns:
- Type:
- void
getGridConfig(currentView) → {object}
Configure grid layout and positioning for music views
Parameters:
| Name | Type | Description |
|---|---|---|
currentView | string |
Returns:
- Type:
- object
getOptions(parentItem) → {object}
Get music-specific view, sort, and filter options
Parameters:
| Name | Type | Description |
|---|---|---|
parentItem | object |
Returns:
- Type:
- object
onInit(view) → {void}
Initialize music-specific state
Parameters:
| Name | Type | Description |
|---|---|---|
view | object |
Returns:
- Type:
- void