| Package | Description |
|---|---|
| com.univocity.api.entity.html | |
| com.univocity.api.entity.html.builders |
| Modifier and Type | Method and Description |
|---|---|
PathStart |
HtmlPaginator.addField(String fieldName)
Creates a new field on this
HtmlPaginator and returns a PathStart that allows the user to define a path to the field. |
PathStart |
HtmlEntitySettings.addField(String fieldName) |
PathStart |
HtmlLinkFollower.addField(String fieldName) |
PathStart |
HtmlEntitySettings.addPersistentField(String fieldName) |
PathStart |
HtmlLinkFollower.addPersistentField(String fieldName) |
PathStart |
HtmlPaginator.addRequestParameter(String paramName)
Creates a new request parameter and returns a
PathStart that allows the user to define path to the parameter. |
PathStart |
HtmlEntitySettings.addSilentField(String fieldName) |
PathStart |
HtmlLinkFollower.addSilentField(String fieldName) |
PathStart |
HtmlPaginator.setCurrentPage()
Creates a new field for the current page and returns a
PathStart which can be used to define the path to the ‘current page’ element. |
PathStart |
HtmlPaginator.setCurrentPageNumber()
Creates a new field for the current page and returns a
PathStart which can be used to define the path to the ‘current page’ element as a number. |
PathStart |
HtmlPaginator.setNextPage()
Creates a new field for the next page and returns a
PathStart which can be used to define the path to the next page element. |
PathStart |
HtmlPaginator.setNextPageNumber()
Creates a new field for the next page number and returns a
PathStart which can be used to define the path to the next page number element. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldPath
A path to a field of an entity.
|
| Modifier and Type | Method and Description |
|---|---|
PathStart |
FieldDefinition.addField(String fieldName)
Associates a regular field with an entity.
|
PathStart |
PaginationGroup.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. |
PathStart |
FieldDefinition.addPersistentField(String fieldName)
Associates a persistent field with an entity.
|
PathStart |
PaginationParams.addRequestParameter(String parameterName)
Creates a request parameter with the given name and returns a
PathStart that is used to collect the value for this parameter from the current page. |
PathStart |
FieldDefinition.addSilentField(String fieldName)
Associates a “silent” field with an entity.
|
PathStart |
PaginationParams.setCurrentPage()
Creates a new field for the current page and returns a
PathStart which can be used to define the path to the ‘current page’ element. |
PathStart |
PaginationParams.setCurrentPageNumber()
Creates a new field for the current page and returns a
PathStart which can be used to define the path to the ‘current page’ element as a number. |
PathStart |
PaginationParams.setNextPage()
Creates a new field for the next page and returns a
PathStart which can be used to define the path to the next page element. |
PathStart |
PaginationParams.setNextPageNumber()
Creates a new field for the next page number and returns a
PathStart which can be used to define the path to the next page number element. |
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.