SectionRow
class SectionRow : Row
Used to represent section item in HeadersFragment. Unlike a normal Row, it's not focusable.
Summary
Public constructors |
|---|
SectionRow(headerItem: HeaderItem!) |
SectionRow(name: String!) |
SectionRow(id: Long, name: String!) |
Public functions |
|
|---|---|
Boolean |
Returns true if this Row can be rendered in a visible row view, false otherwise. |
Inherited functions |
||||||||
|---|---|---|---|---|---|---|---|---|
|
Public constructors
Public functions
isRenderedAsRowView
fun isRenderedAsRowView(): Boolean
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. |