@ProviderType public interface ViewConfiguration
ViewPreferences
, which are user specific view preferencesModifier and Type | Method and Description |
---|---|
java.util.List<ViewConfigurationColumn> |
getColumns()
The column in the inbox
|
java.lang.String |
getCustomBrandingText()
Returns the custom branding text of inbox
|
java.net.URL |
getCustomHelpUrl()
Returns the url where a user should be directed to (from inbox) for help
If not set, AEM's default help behavior will be in effect
|
java.lang.String |
getCustomLogoPath()
Return the JCR path of image to be used as the branding logo
|
boolean |
isEndUserConfigurationEnabled()
Returns if end user configuration is enabled by the inbox admin or not.
|
void |
setCustomBrandingText(java.lang.String text)
Set the custom branding text.
|
void |
setCustomHelpUrl(java.net.URL url)
Set the custom help link url
|
void |
setCustomLogoPath(java.lang.String path)
Set the JCR path of image to be used as the branding logo
|
void |
setIsEndUserConfigurationEnabled(boolean isEndUserConfigurationEnabled)
Set the isEndUserConfigurationEnabled property.
|
@Nonnull java.lang.String getCustomBrandingText()
void setCustomBrandingText(@Nullable java.lang.String text)
text
- Custom Branding text@Nullable java.net.URL getCustomHelpUrl()
void setCustomHelpUrl(@Nullable java.net.URL url)
url
- The url where a user should be directed to (from inbox) for help@Nullable java.lang.String getCustomLogoPath()
void setCustomLogoPath(@Nullable java.lang.String path)
path
- If null, the default branding logo will be used@Nonnull java.util.List<ViewConfigurationColumn> getColumns()
ViewConfigurationColumn
boolean isEndUserConfigurationEnabled()
void setIsEndUserConfigurationEnabled(boolean isEndUserConfigurationEnabled)
isEndUserConfigurationEnabled
- true or falseCopyright © 2010 - 2020 Adobe. All Rights Reserved