Package de.xima.fc.common.form_theme
Interface StaticFormTheme.IFormThemeOfferCssClassesAsSuggestionsProvider
- 
- Enclosing class:
- StaticFormTheme
 
 public static interface StaticFormTheme.IFormThemeOfferCssClassesAsSuggestionsProviderProvider for the flag that indicates whether to offer CSS classes as suggestions, for a file in a form theme. The fallback provider gets used when no flag was specified explicitly for a file.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOfferCssClassesAsSuggestions(String context, String filePath)Finds whether to offer suggestions for CSS classes for a file in a form theme.
 
- 
- 
- 
Method Detail- 
isOfferCssClassesAsSuggestionsboolean isOfferCssClassesAsSuggestions(String context, String filePath) Finds whether to offer suggestions for CSS classes for a file in a form theme.- Parameters:
- context- The resource context of the file, see- EFormThemeResourceContextfor well-known contexts.
- filePath- The path of the file.
- Returns:
- Whether to offer suggestions for CSS classes for the file.
 
 
- 
 
-