public interface PaginationGroupStart
This class defines the first step in the creation of a PaginationGroup. This is like a Group but is used only for HtmlPaginators. Creates an area in the HTML where the paginator will look for elements used for pagination processing. Elements outside the area will be ignored.
HtmlPaginator,
GroupStart,
PartialPaginationGroup,
PaginationGroup| Modifier and Type | Method and Description |
|---|---|
PartialPaginationGroup |
startAt(String elementName)
Specifies where on the HTML that the group will start.
|
PartialPaginationGroup startAt(String elementName)
Specifies where on the HTML that the group will start. Any element before the starting element will be ignored by the parser when parsing fields created from this group. Returns a PartialPaginationGroup which allows further specification of exactly what element on the page the group will start at. The PartialPaginationGroup also provides methods to define what element the group will end at.
elementName - the name of the HTML element that the group will start atPartialPaginationGroup which is used to further specify the exact element where the group will start and where the group will end.Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.