T
- list item reference type.public abstract static class WizardMgtPanel.Builder<T extends Serializable> extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected PageReference |
pageRef |
Modifier | Constructor and Description |
---|---|
protected |
Builder(PageReference pageRef) |
Modifier and Type | Method and Description |
---|---|
WizardMgtPanel.Builder<T> |
addNewItemPanelBuilder(ModalPanelBuilder<T> panelBuilder) |
WizardMgtPanel.Builder<T> |
addNewItemPanelBuilder(ModalPanelBuilder<T> panelBuilder,
boolean newItemDefaultButtonEnabled)
Adds new item panel builder.
|
WizardMgtPanel.Builder<T> |
addNotificationPanel(NotificationPanel notificationPanel)
Adds new item panel builder and enables default button to add a new item.
|
WizardMgtPanel<T> |
build(String id)
Builds a list view.
|
protected abstract WizardMgtPanel<T> |
newInstance(String id,
boolean wizardInModal) |
void |
setShowResultPage(boolean showResultPage) |
WizardMgtPanel.Builder<T> |
setWizardInModal(boolean wizardInModal)
Specifies to open an edit item wizard into a new modal page.
|
protected final PageReference pageRef
protected Builder(PageReference pageRef)
protected abstract WizardMgtPanel<T> newInstance(String id, boolean wizardInModal)
public WizardMgtPanel<T> build(String id)
id
- component id.public void setShowResultPage(boolean showResultPage)
public WizardMgtPanel.Builder<T> addNewItemPanelBuilder(ModalPanelBuilder<T> panelBuilder)
public WizardMgtPanel.Builder<T> addNewItemPanelBuilder(ModalPanelBuilder<T> panelBuilder, boolean newItemDefaultButtonEnabled)
panelBuilder
- new item panel builder.newItemDefaultButtonEnabled
- enable default button to add a new item.public WizardMgtPanel.Builder<T> addNotificationPanel(NotificationPanel notificationPanel)
notificationPanel
- new item panel builder.public WizardMgtPanel.Builder<T> setWizardInModal(boolean wizardInModal)
wizardInModal
- TRUE to request to open wizard in a new modal.Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.