Methods
(static) ItemDataLoaded(msg) → {void}
Handle loaded data, and add to Grid
Parameters:
Name | Type | Description |
---|---|---|
msg | dynamic |
Returns:
- Type:
- void
(static) LogoImageLoaded(msg) → {void}
Logo Image Loaded Event Handler
Parameters:
Name | Type | Description |
---|---|---|
msg | dynamic |
Returns:
- Type:
- void
(static) OnScreenHidden() → {void}
Returns:
- Type:
- void
(static) OnScreenShown() → {void}
Returns:
- Type:
- void
(static) SetAlbumCount(totalCount) → {void}
Set Selected Artist Album Count
Parameters:
Name | Type | Description |
---|---|---|
totalCount | dynamic |
Returns:
- Type:
- void
(static) SetBackground(backgroundUri) → {void}
Set Background Image
Parameters:
Name | Type | Description |
---|---|---|
backgroundUri | string |
Returns:
- Type:
- void
(static) SetGenres(artistGenres) → {void}
Set Selected Artist Genres
Parameters:
Name | Type | Description |
---|---|---|
artistGenres | dynamic |
Returns:
- Type:
- void
(static) SetName(artistName) → {void}
Set Selected Artist Name
Parameters:
Name | Type | Description |
---|---|---|
artistName | string |
Returns:
- Type:
- void
(static) SetSongCount(totalCount) → {void}
Set Selected Artist Song Count
Parameters:
Name | Type | Description |
---|---|---|
totalCount | dynamic |
Returns:
- Type:
- void
(static) SetUpOptions() → {void}
Data to display when options button selected
Returns:
- Type:
- void
(static) getCollectionType() → {string}
Return parent collection type
Returns:
- Type:
- string
(static) getItemFocused() → {dynamic}
Returns Focused Item
Returns:
- Type:
- dynamic
(static) inStringArray(array, searchValue) → {boolean}
Search string array for search value. Return if it's found
Parameters:
Name | Type | Description |
---|---|---|
array | dynamic | |
searchValue | dynamic |
Returns:
- Type:
- boolean
(static) init() → {void}
Returns:
- Type:
- void
(static) loadInitialItems() → {void}
Load initial set of Data
Returns:
- Type:
- void
(static) loadMoreData() → {void}
Load next set of items
Returns:
- Type:
- void
(static) newBGLoaded() → {void}
When Image Loading Status changes
Returns:
- Type:
- void
(static) onChannelSelected(msg) → {void}
Parameters:
Name | Type | Description |
---|---|---|
msg | dynamic |
Returns:
- Type:
- void
(static) onGenreItemFocused() → {void}
Genre Item Focused
Returns:
- Type:
- void
(static) onGenreItemSelected() → {void}
Genre Item Selected
Returns:
- Type:
- void
(static) onItemFocused() → {void}
Handle new item being focused
Returns:
- Type:
- void
(static) onItemSelected() → {void}
Item Selected
Returns:
- Type:
- void
(static) onItemalphaSelected() → {void}
Returns:
- Type:
- void
(static) onKeyEvent(key, press) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
key | string | |
press | boolean |
Returns:
- Type:
- boolean
(static) onvoiceFilter() → {void}
Returns:
- Type:
- void
(static) optionsClosed() → {void}
Check if options updated and any reloading required
Returns:
- Type:
- void
(static) setFieldText(field, value) → {void}
Parameters:
Name | Type | Description |
---|---|---|
field | dynamic | |
value | dynamic |
Returns:
- Type:
- void
(static) setMusicOptions(options) → {void}
Set Music view, sort, and filter options
Parameters:
Name | Type | Description |
---|---|---|
options | dynamic |
Returns:
- Type:
- void
(static) setupNodes() → {void}
Returns:
- Type:
- void
(static) swapDone() → {void}
Swap Complete
Returns:
- Type:
- void