added in version 22.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
Row
public
class
Row
extends Object
java.lang.Object | |
↳ | android.support.v17.leanback.widget.Row |
![]() |
The base class for all rows. A commonly used subclass is the ListRow
. Custom
subclasses may define other types of rows.
Summary
Public constructors | |
---|---|
Row(long id, HeaderItem headerItem)
Constructor for a Row. |
|
Row(HeaderItem headerItem)
Constructor for a Row. |
|
Row()
Constructor for a Row. |
Public methods | |
---|---|
final
HeaderItem
|
getHeaderItem()
Returns the |
final
long
|
getId()
Returns a unique identifier for this row. |
boolean
|
isRenderedAsRowView()
Returns true if this Row can be rendered in a visible row view, false otherwise. |
final
void
|
setHeaderItem(HeaderItem headerItem)
Sets the |
final
void
|
setId(long id)
Sets the id for this row. |
Inherited methods | |
---|---|
![]()
java.lang.Object
|