public class SectionRow extends Row
Constructor and Description |
---|
SectionRow(HeaderItem headerItem) |
SectionRow(long id,
String name) |
SectionRow(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
isRenderedAsRowView()
Returns true if this Row can be rendered in a visible row view, false otherwise.
|
getHeaderItem, getId, setHeaderItem, setId
public SectionRow(HeaderItem headerItem)
public SectionRow(long id, String name)
public SectionRow(String name)
public final boolean isRenderedAsRowView()
Row
ListRow
is rendered by ListRowPresenter
. PageRow
,
SectionRow
, DividerRow
are rendered as invisible row views.isRenderedAsRowView
in class Row