Package org.opencms.ui.apps.searchindex
Class CmsSearchindexAppConfiguration
java.lang.Object
org.opencms.ui.apps.A_CmsWorkplaceAppConfiguration
org.opencms.ui.apps.searchindex.CmsSearchindexAppConfiguration
- All Implemented Interfaces:
- I_CmsHasOrder,- I_CmsWorkplaceAppConfiguration
Configuration class for the searchindex app.
- 
Field SummaryFieldsFields inherited from interface org.opencms.ui.apps.I_CmsWorkplaceAppConfigurationDEFAULT_PRIORIY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the id of the app category in which this app should be displayed (null for the root category).Returns a new app instance.Returns the button style.getHelpText(Locale locale) Gets the help text for the app in the given locale.com.vaadin.server.ResourcegetIcon()Returns the app icon resource.getId()Returns the unique app id.Returns the display name of the app.intgetOrder()Gets an integer used to sort items.Returns the user role required for this app.Methods inherited from class org.opencms.ui.apps.A_CmsWorkplaceAppConfigurationgetPriority, getVisibility
- 
Field Details- 
APP_IDThe app id.- See Also:
 
 
- 
- 
Constructor Details- 
CmsSearchindexAppConfigurationpublic CmsSearchindexAppConfiguration()
 
- 
- 
Method Details- 
getAppCategoryDescription copied from interface:I_CmsWorkplaceAppConfigurationGets the id of the app category in which this app should be displayed (null for the root category).- Specified by:
- getAppCategoryin interface- I_CmsWorkplaceAppConfiguration
- Overrides:
- getAppCategoryin class- A_CmsWorkplaceAppConfiguration
- Returns:
- the app category id
- See Also:
 
- 
getAppInstanceDescription copied from interface:I_CmsWorkplaceAppConfigurationReturns a new app instance.- Returns:
- a new app instance
- See Also:
 
- 
getButtonStyleDescription copied from interface:I_CmsWorkplaceAppConfigurationReturns the button style.- Specified by:
- getButtonStylein interface- I_CmsWorkplaceAppConfiguration
- Overrides:
- getButtonStylein class- A_CmsWorkplaceAppConfiguration
- Returns:
- the button style
- See Also:
 
- 
getHelpTextDescription copied from interface:I_CmsWorkplaceAppConfigurationGets the help text for the app in the given locale.- Specified by:
- getHelpTextin interface- I_CmsWorkplaceAppConfiguration
- Overrides:
- getHelpTextin class- A_CmsWorkplaceAppConfiguration
- Parameters:
- locale- the locale to use
- Returns:
- the help text
- See Also:
 
- 
getIconDescription copied from interface:I_CmsWorkplaceAppConfigurationReturns the app icon resource.- Returns:
- the icon resource
- See Also:
 
- 
getIdDescription copied from interface:I_CmsWorkplaceAppConfigurationReturns the unique app id.- Returns:
- the app id
- See Also:
 
- 
getNameDescription copied from interface:I_CmsWorkplaceAppConfigurationReturns the display name of the app.- Specified by:
- getNamein interface- I_CmsWorkplaceAppConfiguration
- Overrides:
- getNamein class- A_CmsWorkplaceAppConfiguration
- Parameters:
- locale- the user locale
- Returns:
- the app name
- See Also:
 
- 
getOrderDescription copied from interface:I_CmsHasOrderGets an integer used to sort items.- Specified by:
- getOrderin interface- I_CmsHasOrder
- Overrides:
- getOrderin class- A_CmsWorkplaceAppConfiguration
- Returns:
- the integer used as a sort key
- See Also:
 
- 
getRequiredRoleDescription copied from interface:I_CmsWorkplaceAppConfigurationReturns the user role required for this app.- Specified by:
- getRequiredRolein interface- I_CmsWorkplaceAppConfiguration
- Overrides:
- getRequiredRolein class- A_CmsWorkplaceAppConfiguration
- Returns:
- the required user role
- See Also:
 
 
-