DividerRow
public class DividerRow extends Row
Used to represent divider in HeadersFragment.
Summary
Public constructors |
|---|
Public methods |
|
|---|---|
final boolean |
Returns true if this Row can be rendered in a visible row view, false otherwise. |
Inherited methods |
||||||||
|---|---|---|---|---|---|---|---|---|
|
Public constructors
Public methods
isRenderedAsRowView
public final 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. |