public class Tabular extends Section
Modifier and Type | Class and Description |
---|---|
static class |
Tabular.Header
This class represents the table header.
|
static class |
Tabular.Row
This class represents a row in the table.
|
static class |
Tabular.Summary
This class represents the summary for a table of information.
|
Constructor and Description |
---|
Tabular() |
Modifier and Type | Method and Description |
---|---|
Tabular.Header |
getHeader()
This method returns the header.
|
List<Tabular.Row> |
getRows()
This method returns the rows.
|
Tabular.Summary |
getSummary()
This method returns the summary.
|
Tabular |
setHeader(Tabular.Header header)
This method sets the header.
|
Tabular |
setRows(List<Tabular.Row> rows)
This method sets the rows.
|
Tabular |
setSummary(Tabular.Summary summary)
This method sets the summary.
|
getDescription, getName, setDescription, setName
public Tabular.Header getHeader()
public Tabular setHeader(Tabular.Header header)
header
- The headerpublic List<Tabular.Row> getRows()
public Tabular setRows(List<Tabular.Row> rows)
rows
- The rowspublic Tabular.Summary getSummary()
public Tabular setSummary(Tabular.Summary summary)
summary
- The summaryCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.