com.vaadin.flow.component.avatar.

Class Avatar.AvatarI18n

java.lang.Object
com.vaadin.flow.component.avatar.Avatar.AvatarI18n

All Implemented Interfaces:

Serializable

Enclosing class:

Avatar

public static class Avatar.AvatarI18n extends Object implements Serializable

The internationalization properties for AvatarGroup.

See Also:

  • Constructor Details

    • AvatarI18n

      public AvatarI18n()
  • Method Details

    • getAnonymous

      public String getAnonymous()

      Gets the translated word for anonymous. It's displayed in a tooltip on hover if the name is not defined.

      Returns:

      the translated word for anonymous. It will be null, If the translation wasn't set

    • setAnonymous

      public Avatar.AvatarI18n setAnonymous(String anonymous)

      Sets the translated word for anonymous.

      Parameters:

      anonymous - the translated word for anonymous, not null

      Returns:

      this instance for method chaining