Skip to content

Most visited

Recently visited

navigation

HeaderItem

public class HeaderItem
extends Object

java.lang.Object
   ↳ android.support.v17.leanback.widget.HeaderItem


A header item describes the metadata of a Row, such as a category of media items. May be subclassed to add more information.

Summary

Public constructors

HeaderItem(long id, String name)

Create a header item.

HeaderItem(String name)

Create a header item.

Public methods

CharSequence getContentDescription()

Returns optional content description for the HeaderItem.

final long getId()

Returns a unique identifier for this item.

final String getName()

Returns the name of this header item.

void setContentDescription(CharSequence contentDescription)

Sets optional content description for the HeaderItem.

Inherited methods

From class java.lang.Object

Public constructors

HeaderItem

HeaderItem (long id, 
                String name)

Create a header item. All fields are optional.

Parameters
id long
name String

HeaderItem

HeaderItem (String name)

Create a header item.

Parameters
name String

Public methods

getContentDescription

CharSequence getContentDescription ()

Returns optional content description for the HeaderItem. When it is null, getName() should be used for the content description.

Returns
CharSequence Content description for the HeaderItem.

getId

long getId ()

Returns a unique identifier for this item.

Returns
long

getName

String getName ()

Returns the name of this header item.

Returns
String

setContentDescription

void setContentDescription (CharSequence contentDescription)

Sets optional content description for the HeaderItem.

Parameters
contentDescription CharSequence: Content description sets on the HeaderItem.
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.