public abstract static class DirectoryPanel.Builder<T extends Serializable,W extends Serializable,E extends RestClient> extends WizardMgtPanel.Builder<W>
Modifier and Type | Field and Description |
---|---|
protected boolean |
checkBoxEnabled |
protected boolean |
filtered
Specify if results are about a filtered search or not.
|
protected String |
fiql
Filter used in case of filtered search.
|
protected E |
restClient |
protected boolean |
showPaginator |
pageRef
Modifier | Constructor and Description |
---|---|
protected |
Builder(E restClient,
PageReference pageRef) |
Modifier and Type | Method and Description |
---|---|
DirectoryPanel.Builder<T,W,E> |
disableCheckBoxes() |
DirectoryPanel.Builder<T,W,E> |
hidePaginator() |
DirectoryPanel.Builder<T,W,E> |
setFiltered(boolean filtered) |
DirectoryPanel.Builder<T,W,E> |
setFiql(String fiql) |
addNewItemPanelBuilder, addNewItemPanelBuilder, addNotificationPanel, build, newInstance, setShowResultPage, setWizardInModal
protected boolean filtered
protected boolean checkBoxEnabled
protected boolean showPaginator
protected String fiql
protected final E extends RestClient restClient
protected Builder(E restClient, PageReference pageRef)
public DirectoryPanel.Builder<T,W,E> setFiltered(boolean filtered)
public DirectoryPanel.Builder<T,W,E> disableCheckBoxes()
public DirectoryPanel.Builder<T,W,E> hidePaginator()
public DirectoryPanel.Builder<T,W,E> setFiql(String fiql)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.