first
lorem
public interface PaginationGroup extends ElementFilter<PaginationGroup>, ElementFilterStart<PaginationGroup>, PaginationParams
A special purpose Group-like structure, used only for HtmlPaginators. Defines an area in the HTML where the paginator will look for elements to be used for pagination handling. Elements outside the area will be ignored.
PaginationContext,
Paginator| Modifier and Type | Method and Description |
|---|---|
PathStart |
addField(String fieldName)
Creates a new field on this
PaginationGroup and returns a PathStart that allows the user to define a path to the field. |
T |
copyPath()
Copies the current path allowing new matching to be added to a common path without changing the original
one.
|
void |
setRequestParameter(String parameterName,
String parameterValue)
Associates a constant value to a request parameter.
|
attribute, attribute, childOf, classes, containedBy, containedBy, containing, containing, containing, filter, followedBy, followedBy, followedByText, followedImmediatelyBy, id, matchNext, not, parentOf, precededBy, precededBy, precededByText, precededImmediatelyBy, under, underHeader, withExactText, withExactTextMatchCase, withText, withTextMatchCasedownTo, downToFooter, upTo, upToHeadermatch, match, match, matchCurrent, matchFirst, matchLast, selectaddRequestParameter, setCurrentPage, setCurrentPageNumber, setNextPage, setNextPageNumbervoid setRequestParameter(String parameterName, String parameterValue)
Associates a constant value to a request parameter. Parameter values are submitted in POST requests to load the next page.
parameterName - the name that will be associated with the parameter, which will be sent in the request for the next page.parameterValue - the value of the corresponding parameterPathStart addField(String fieldName)
Creates a new field on this PaginationGroup and returns a PathStart that allows the user to define a path to the field. Any fields added to the paginator and their values can be read from a NextInputHandler through its PaginationContext.
fieldName - name of the new fieldPathStart to be used to define the path of the value for the given fieldT copyPath()
lorem
ispum
article
PartialPath that allows the specification of a path and does not affect the path that it
is built upon.Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.