Skip to content

Most visited

Recently visited

navigation

DividerRow

public class DividerRow
extends Row

java.lang.Object
   ↳ android.support.v17.leanback.widget.Row
     ↳ android.support.v17.leanback.widget.DividerRow


Used to represent divider in HeadersFragment.

Summary

Public constructors

DividerRow()

Public methods

final boolean isRenderedAsRowView()

Returns true if this Row can be rendered in a visible row view, false otherwise.

Inherited methods

From class android.support.v17.leanback.widget.Row
From class java.lang.Object

Public constructors

DividerRow

DividerRow ()

Public methods

isRenderedAsRowView

boolean isRenderedAsRowView ()

Returns true if this Row can be rendered in a visible row view, false otherwise. For example ListRow is rendered by ListRowPresenter. PageRow, SectionRow, DividerRow are rendered as invisible row views.

Returns
boolean True if this Row can be rendered in a visible row view, false otherwise.
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.