Methods

(static) init() → {void}

Returns:
Type: 
void

(static) initTitle() → {void}

Returns:
Type: 
void

(static) onFocusChanged() → {void}

Returns:
Type: 
void

(static) onItemContentChanged() → {void}

Returns:
Type: 
void

(static) onPosterLoadStatusChanged() → {void}

Toggle the JRPlaceholder fallback based on the real poster's load state. Mirrors the canonical state machine from JRRowItem.bs onPosterLoadStatusChanged.

Returns:
Type: 
void

(static) showPlaceholder(itemType) → {void}

Flip the placeholder into failure state with a type-appropriate glyph, then clear the poster URI so the glyph isn't covered by a stale broken image. itemType="" puts JRPlaceholder in loading state (backdrop only, no glyph); resolveItemPlaceholderType returns "" only for invalid/typeless items, so valid items always end up here with a typed glyph or the Folder fallback.

Parameters:
NameTypeDescription
itemTypestring
Returns:
Type: 
void