|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SectionLens
A SectionLens represents a section element. A section can have a header band, footer band, and a content band. The content band is required, and the other two bands are optional. The content band can contain another section, which is called a nested section.
A section can be used to display the contents of a TableLens, in which case the section header corresponds to the table header, and is repeated at the top of each page. The section content corresponds to rows in the table, and is repeated for each row. The section footer corresponds to the group summary if the table is a grouped table.
A section can also be used to present fixed position elements, where the contents of the elements are statis or bound at runtime individually to each element. The header and footer normally don't apply in this situation.
| Nested Class Summary | |
|---|---|
static interface |
SectionLens.Visitor
Visitor to all bands in the section. |
| Field Summary | |
|---|---|
static String |
CONTENT
Section content type. |
static String |
FOOTER
Section footer type. |
static String |
HEADER
Section header type. |
| Method Summary | |
|---|---|
Object |
clone()
Clone this section. |
Object |
getSectionContent()
Get the content of the section content. |
SectionBand[] |
getSectionFooter()
Get the section footer frame. |
SectionBand[] |
getSectionHeader()
Get the section header frame. |
void |
visit(SectionLens.Visitor visitor)
Visit all bands in the section. |
| Field Detail |
|---|
static final String HEADER
static final String CONTENT
static final String FOOTER
| Method Detail |
|---|
SectionBand[] getSectionHeader()
Object getSectionContent()
SectionBand[] getSectionFooter()
Object clone()
void visit(SectionLens.Visitor visitor)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||