| Modifier and Type | Class and Description |
|---|---|
class |
PageableWithFullTextDataCallback
Pageable wrapper which calls
PageableWithFullTextDataCallback.onFullTextSearchData(FullTextSearchData) after current page is fetched and full
text search data is available. |
| Modifier and Type | Method and Description |
|---|---|
Pageable |
PageableWithFullTextDataCallback.getPageable() |
| Modifier and Type | Method and Description |
|---|---|
protected Pageable |
CollectionPreviewController.createPageableInstance(List<?> allResults,
int pageSize,
String typeCode)
Creates new instance of
Pageable |
protected Pageable<?> |
CollectionPreviewController.getPageableCopyWithResultList(List<?> allResults) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> List<T> |
CollectionPreviewController.convertAllPagesIntoSingleList(Pageable<T> pageable) |
protected void |
CollectionPreviewController.render(Pageable<?> pageable,
List<?> genericObjectList)
Renders the provided entries as a list - each item is represented by base configuration where one can
configure name, description and an image representation.
|
void |
CollectionPreviewController.setPageable(Pageable<?> pageable)
Called whenever a socket event is sent to the "pageable" socket.
|
protected void |
CollectionPreviewController.setPageable(Pageable<?> pageable,
boolean synch)
Renders the entries in the pageable object (if any)
Thread-safety is provided |
protected void |
CollectionPreviewController.updatePreviewCollection(Pageable pageable,
CockpitEvent event,
Object updatedObject) |
| Modifier and Type | Method and Description |
|---|---|
Pageable<T> |
FieldSearchFacade.search(SearchQueryData searchQueryData)
Takes the search query data (type, attributes, sort, sort order, search text ) and returns a
Pageable object that allows paging the resulting objects. |
default Pageable<T> |
FieldSearchFacade.search(SearchQueryData searchQueryData,
Context context)
Takes the search query data (type, attributes, sort, sort order, search text ) and returns a
Pageable object that allows paging the resulting objects. |
| Modifier and Type | Method and Description |
|---|---|
Pageable<Object> |
DefaultFieldSearchFacade.search(SearchQueryData searchQueryData) |
Pageable<Object> |
DefaultFieldSearchFacade.search(SearchQueryData searchQueryData,
Context context) |
protected Pageable<Object> |
DefaultFieldSearchFacade.searchInternal(SearchQueryData searchQueryData,
Context context) |
| Modifier and Type | Field and Description |
|---|---|
protected Pageable<T> |
AbstractReferenceEditor.pageable |
| Modifier and Type | Method and Description |
|---|---|
Pageable<T> |
AbstractReferenceEditor.getPageable() |
Pageable<T> |
ReferenceEditorLogic.getPageable() |
Pageable<T> |
SampleReferenceEditorSearchFacade.search(SearchQueryData searchQueryData) |
Pageable<T> |
ReferenceEditorSearchFacade.search(SearchQueryData searchQueryData)
Takes the search query data (type, attributes, sort, sort order, search text ) and returns a
Pageable
object that allows paging the resulting objects. |
| Modifier and Type | Method and Description |
|---|---|
protected Pageable |
DefaultFixedReferenceEditor.createPageable(String textQuery) |
| Constructor and Description |
|---|
LazyPageableListModel(Pageable<T> pageable) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FullTextSearchPageable<R>
Pageable with auto correction (spell check) and facets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageableList<R>
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionBrowserController.process(Pageable<?> pageable)
Callback method for the input socket .
|
protected <E> void |
CollectionBrowserController.process(Pageable<E> pageable,
Consumer<Pageable<E>> callback) |
| Modifier and Type | Method and Description |
|---|---|
protected <E> void |
CollectionBrowserController.process(Pageable<E> pageable,
Consumer<Pageable<E>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectAndFocusDelegateController.handlePageLoaded(Pageable newPageable,
Pageable oldPageable)
Handles loading new page.
|
void |
SelectAndFocusDelegateController.handlePageLoaded(Pageable newPageable,
Pageable oldPageable)
Handles loading new page.
|
| Modifier and Type | Method and Description |
|---|---|
Pageable |
PagingDelegateController.getCurrentPageable() |
| Modifier and Type | Method and Description |
|---|---|
void |
PagingDelegateController.buildPaging(Pageable<?> pageable)
Builds up the paging control.
|
void |
PagingDelegateController.fetchPage(Pageable<?> pageable,
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> operationDoneListener) |
void |
DefaultSelectAndFocusDelegateController.handlePageLoaded(Pageable newPageable,
Pageable oldPageable) |
void |
DefaultSelectAndFocusDelegateController.handlePageLoaded(Pageable newPageable,
Pageable oldPageable) |
void |
PagingDelegateController.loadPage(Pageable<?> pageable) |
<E> void |
PagingDelegateController.loadPage(Pageable<E> pageable,
Consumer<Pageable<E>> callback) |
protected void |
PagingDelegateController.notifyPaging(Pageable<?> pageable) |
void |
PagingDelegateController.process(Pageable<?> pageable) |
<E> void |
PagingDelegateController.process(Pageable<E> pageable,
Consumer<Pageable<E>> callback) |
void |
PagingDelegateController.refreshBrowser(Pageable<?> pageable) |
<E> void |
PagingDelegateController.refreshBrowser(Pageable<E> pageable,
Consumer<Pageable<E>> callback) |
void |
PagingDelegateController.restorePageNumberIfNecessary(Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
<E> void |
PagingDelegateController.loadPage(Pageable<E> pageable,
Consumer<Pageable<E>> callback) |
<E> void |
PagingDelegateController.process(Pageable<E> pageable,
Consumer<Pageable<E>> callback) |
<E> void |
PagingDelegateController.refreshBrowser(Pageable<E> pageable,
Consumer<Pageable<E>> callback) |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zul.Button |
SimpleListController.createShowMoreButton(Pageable<?> pageable,
org.zkoss.zk.ui.Component parent)
Deprecated.
|
protected void |
SimpleListController.render(Pageable<?> pageable,
List<?> genericObjectList)
Deprecated.
Renders the provided entries as either a list or a grid depending on the value of the setting
"viewMode" (list is rendered if true, a grid is rendered otherwise).
|
void |
SimpleListController.setPageable(Pageable<?> pageable)
Deprecated.
Called whenever a socket event is sent to the "pageable" socket.
|
Copyright © 2018. All rights reserved.