public class CeremonyLayoutSettingsBuilder extends Object
This object allows to customize whether or not certain visual elements should be presented and how they should be presented.
| Modifier and Type | Method and Description |
|---|---|
CeremonyLayoutSettings |
build()
Builds the actual ceremony layout settings.
|
static CeremonyLayoutSettingsBuilder |
newCeremonyLayoutSettings()
Creates a new ceremony layout settings builder.
|
CeremonyLayoutSettingsBuilder |
withBreadCrumbs()
Enables displaying the Bread Crumb navigation UI element.
|
CeremonyLayoutSettingsBuilder |
withGlobalConfirmButton()
Enables displaying the Confirm button element within the Global Actions UI element.
|
CeremonyLayoutSettingsBuilder |
withGlobalDownloadButton()
Enables displaying the Download button element within the Global Actions UI element.
|
CeremonyLayoutSettingsBuilder |
withGlobalNavigation()
Enables displaying the Global Navigation menu.
|
CeremonyLayoutSettingsBuilder |
withGlobalSaveAsLayoutButton()
Enables displaying the Save Layout button element within the Global Actions UI element.
|
CeremonyLayoutSettingsBuilder |
withLogoLink(String logoImageLink)
Replaces the default ESL logo with a custom logo.
|
CeremonyLayoutSettingsBuilder |
withLogoSource(String logoImageSource)
Replaces the default ESL logo with a custom logo.
|
CeremonyLayoutSettingsBuilder |
withNavigator()
Enables displaying the Navigator, which directs the signer to the next available signature.
|
CeremonyLayoutSettingsBuilder |
withoutBreadCrumbs()
Disables displaying the Bread Crumb UI element.
|
CeremonyLayoutSettingsBuilder |
withoutGlobalConfirmButton()
Disables displaying the Confirm button element within the Global Actions UI element.
|
CeremonyLayoutSettingsBuilder |
withoutGlobalDownloadButton()
Disables displaying the Download button element within the Global Actions UI element.
|
CeremonyLayoutSettingsBuilder |
withoutGlobalNavigation()
Disables displaying the Global Navigation menu.
|
CeremonyLayoutSettingsBuilder |
withoutGlobalSaveAsLayoutButton()
Disables displaying the Save Layout button element within the Global Actions UI element.
|
CeremonyLayoutSettingsBuilder |
withoutNavigator()
Disables displaying the Navigator UI controls.
|
CeremonyLayoutSettingsBuilder |
withoutProgressBar()
Disables displaying the package Title UI element.
|
CeremonyLayoutSettingsBuilder |
withoutSessionBar()
Disables displaying the Session Bar navigation UI element.
|
CeremonyLayoutSettingsBuilder |
withoutTitle()
Disables displaying the package Title UI element.
|
CeremonyLayoutSettingsBuilder |
withProgressBar()
Enables displaying the Progress Bar indicator UI element.
|
CeremonyLayoutSettingsBuilder |
withSessionBar()
Enables displaying the Session Bar navigation UI element.
|
CeremonyLayoutSettingsBuilder |
withTitle()
Enables displaying the package Title UI element.
|
public static CeremonyLayoutSettingsBuilder newCeremonyLayoutSettings()
public CeremonyLayoutSettingsBuilder withNavigator()
DEFAULT: ENABLED
public CeremonyLayoutSettingsBuilder withoutNavigator()
withNavigator()public CeremonyLayoutSettingsBuilder withGlobalNavigation()
DEFAULT: ENABLED
public CeremonyLayoutSettingsBuilder withoutGlobalNavigation()
withGlobalNavigation()public CeremonyLayoutSettingsBuilder withBreadCrumbs()
DEFAULT: ENABLED
public CeremonyLayoutSettingsBuilder withoutBreadCrumbs()
withBreadCrumbs()public CeremonyLayoutSettingsBuilder withSessionBar()
DEFAULT: ENABLED
public CeremonyLayoutSettingsBuilder withoutSessionBar()
withSessionBar()public CeremonyLayoutSettingsBuilder withTitle()
DEFAULT: ENABLED
public CeremonyLayoutSettingsBuilder withoutTitle()
withTitle()public CeremonyLayoutSettingsBuilder withProgressBar()
DEFAULT: ENABLED
public CeremonyLayoutSettingsBuilder withoutProgressBar()
withProgressBar()public CeremonyLayoutSettingsBuilder withLogoLink(String logoImageLink)
Requires ESL support to change to custom logo. Please contact support.
DEFAULT: DISABLEDpublic CeremonyLayoutSettingsBuilder withLogoSource(String logoImageSource)
Requires ESL support to change to custom logo. Please contact support.
DEFAULT: DISABLEDpublic CeremonyLayoutSettingsBuilder withGlobalConfirmButton()
DEFAULT: DISABLED
public CeremonyLayoutSettingsBuilder withoutGlobalConfirmButton()
withGlobalConfirmButton()public CeremonyLayoutSettingsBuilder withGlobalSaveAsLayoutButton()
DEFAULT: ENABLED
public CeremonyLayoutSettingsBuilder withoutGlobalSaveAsLayoutButton()
withGlobalSaveAsLayoutButton()public CeremonyLayoutSettingsBuilder withGlobalDownloadButton()
DEFAULT: DISABLED
public CeremonyLayoutSettingsBuilder withoutGlobalDownloadButton()
withGlobalDownloadButton()public CeremonyLayoutSettings build()
Copyright 2022 OneSpan All rights reserved.