Uses of Class
de.xima.fc.gui.helper.user_portal.ETextContentViewEmptyMode
-
Packages that use ETextContentViewEmptyMode Package Description de.xima.fc.gui.helper.user_portal -
-
Uses of ETextContentViewEmptyMode in de.xima.fc.gui.helper.user_portal
Methods in de.xima.fc.gui.helper.user_portal that return ETextContentViewEmptyMode Modifier and Type Method Description static ETextContentViewEmptyMode
ETextContentViewEmptyMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ETextContentViewEmptyMode[]
ETextContentViewEmptyMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.gui.helper.user_portal with parameters of type ETextContentViewEmptyMode Modifier and Type Method Description static Map<String,String>
UserPortalViewHelper. createTextContentView(Supplier<UserPortalLocalizationsViewModelWithFiles> localizationsSupplier, Map<String,UserPortalFileMeta> metaData, ETextContentViewEmptyMode emptyMode)
Creates a map representing a view of thefiles
for the given localizations.
-