Interface AccessibleEntitiesController.Settings
-
- Enclosing interface:
- AccessibleEntitiesController
public static interface AccessibleEntitiesController.Settings
Provider-specific settings DTO for UI purposes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescriptionText()
Description text to be used when more information is requested about the "accessible entities" setting.String
getEntityNamePlural()
Plural term to be used instead of "accessible entities".String
getEntityNameSingular()
Singular term to be used instead of "accessible entity".String
getPlaceholderValue()
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.
-
-