Interface AccessibleEntitiesController.Settings
-
- Enclosing interface:
- AccessibleEntitiesController
public static interface AccessibleEntitiesController.SettingsProvider-specific settings DTO for UI purposes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescriptionText()Description text to be used when more information is requested about the "accessible entities" setting.StringgetEntityNamePlural()Plural term to be used instead of "accessible entities".StringgetEntityNameSingular()Singular term to be used instead of "accessible entity".StringgetPlaceholderValue()Placeholder for input elements.
-
-
-
Method Detail
-
getEntityNameSingular
@NotNull String getEntityNameSingular()
Singular term to be used instead of "accessible entity".
-
getEntityNamePlural
@NotNull String getEntityNamePlural()
Plural term to be used instead of "accessible entities".
-
getDescriptionText
@NotNull String getDescriptionText()
Description text to be used when more information is requested about the "accessible entities" setting.
-
getPlaceholderValue
@NotNull String getPlaceholderValue()
Placeholder for input elements.
-
-