Skip navigation links
A C G R S V 

A

add(AvatarGroup.AvatarGroupItem...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Adds the items to the list of displayed as avatars.
addThemeVariants(AvatarVariant...) - Method in class com.vaadin.flow.component.avatar.Avatar
Adds theme variants to the avatar component.
addThemeVariants(AvatarGroupVariant...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Adds theme variants to the avatar group component.
Avatar - Class in com.vaadin.flow.component.avatar
Server-side component for the vaadin-avatar element.
Avatar() - Constructor for class com.vaadin.flow.component.avatar.Avatar
Creates a new empty avatar.
Avatar(String) - Constructor for class com.vaadin.flow.component.avatar.Avatar
Creates a new avatar with the provided name.
Avatar(String, String) - Constructor for class com.vaadin.flow.component.avatar.Avatar
Creates a new avatar with the provided name and url.
Avatar.AvatarI18n - Class in com.vaadin.flow.component.avatar
The internationalization properties for AvatarGroup.
AvatarGroup - Class in com.vaadin.flow.component.avatar
Server-side component for the vaadin-avatar-group element.
AvatarGroup() - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup
Creates an empty avatar group component.
AvatarGroup(Collection<AvatarGroup.AvatarGroupItem>) - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup
Creates an avatar group with the provided items to be displayed as avatars.
AvatarGroup(AvatarGroup.AvatarGroupItem...) - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup
Creates an avatar group with the provided items to be displayed as avatars.
AvatarGroup.AvatarGroupI18n - Class in com.vaadin.flow.component.avatar
The internationalization properties for AvatarGroup.
AvatarGroup.AvatarGroupItem - Class in com.vaadin.flow.component.avatar
Item to be set as an avatar for the avatar group.
AvatarGroupI18n() - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
 
AvatarGroupItem() - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Creates a new empty avatar group item.
AvatarGroupItem(String) - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Creates a new avatar group item with the provided name.
AvatarGroupItem(String, String) - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Creates a new avatar group item with the provided name and url.
AvatarGroupVariant - Enum in com.vaadin.flow.component.avatar
Set of theme variants applicable for vaadin-avatar-group component.
AvatarI18n() - Constructor for class com.vaadin.flow.component.avatar.Avatar.AvatarI18n
 
AvatarVariant - Enum in com.vaadin.flow.component.avatar
Set of theme variants applicable for vaadin-avatar component.

C

com.vaadin.flow.component.avatar - package com.vaadin.flow.component.avatar
 

G

getAbbreviation() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the abbreviation that was set for the avatar.
getAbbreviation() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the abbreviation that was set for the avatar.
getAnonymous() - Method in class com.vaadin.flow.component.avatar.Avatar.AvatarI18n
Gets the translated word for anonymous.
getAnonymous() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Gets the translated word for anonymous.
getColorIndex() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the color index for the avatar.
getColorIndex() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the color index for the avatar group item.
getI18n() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Gets the internationalization object previously set for this component.
getImage() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the image url that was set for the avatar.
getImage() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the image url that was set for the avatar.
getImageResource() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the image that was set for the avatar.
getImageResource() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the image that was set for the avatar.
getItems() - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Gets the items that were set for the avatar group in an unmodifiable list.
getManyActiveUsers() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Gets the translated phrase for avatar group accessible label when having many active users.
getMaxItemsVisible() - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Gets the maximum number of avatars to display, or null if no limit has been set.
getName() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the name that was set for the avatar.
getName() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the name that was set for the avatar.
getOneActiveUser() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Gets the translated phrase for avatar group accessible label when having one active user.
getVariantName() - Method in enum com.vaadin.flow.component.avatar.AvatarGroupVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.avatar.AvatarVariant
Gets the variant name.

R

remove(AvatarGroup.AvatarGroupItem...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Removes the items from the list of displayed as avatars.
removeThemeVariants(AvatarVariant...) - Method in class com.vaadin.flow.component.avatar.Avatar
Removes theme variants from the avatar component.
removeThemeVariants(AvatarGroupVariant...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Removes theme variants from the avatar group component.

S

setAbbreviation(String) - Method in class com.vaadin.flow.component.avatar.Avatar
Sets the abbreviation for the avatar.
setAbbreviation(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Sets the abbreviation for the avatar.
setAnonymous(String) - Method in class com.vaadin.flow.component.avatar.Avatar.AvatarI18n
Sets the translated word for anonymous.
setAnonymous(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Sets the translated word for anonymous.
setColorIndex(Integer) - Method in class com.vaadin.flow.component.avatar.Avatar
Sets the color index for the avatar.
setColorIndex(Integer) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Sets the color index for the avatar group item.
setI18n(Avatar.AvatarI18n) - Method in class com.vaadin.flow.component.avatar.Avatar
Sets the internationalization properties for this component.
setI18n(AvatarGroup.AvatarGroupI18n) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Sets the internationalization properties for this component.
setImage(String) - Method in class com.vaadin.flow.component.avatar.Avatar
Sets the image url for the avatar.
setImage(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Sets the image url for the avatar.
setImageResource(AbstractStreamResource) - Method in class com.vaadin.flow.component.avatar.Avatar
Sets the image for the avatar.
setImageResource(AbstractStreamResource) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Sets the image for the avatar.
setItems(Collection<AvatarGroup.AvatarGroupItem>) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Sets the items that will be displayed as avatars.
setItems(AvatarGroup.AvatarGroupItem...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Sets the items that will be displayed as avatars.
setManyActiveUsers(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Sets the translated phrase for avatar group accessible label when having many active users.
setMaxItemsVisible(Integer) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Sets the the maximum number of avatars to display.
setName(String) - Method in class com.vaadin.flow.component.avatar.Avatar
Sets the name for the avatar.
setName(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Sets the name for the avatar.
setOneActiveUser(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Sets the translated phrase for avatar group accessible label when having one active user.

V

valueOf(String) - Static method in enum com.vaadin.flow.component.avatar.AvatarGroupVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.avatar.AvatarVariant
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.avatar.AvatarGroupVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.avatar.AvatarVariant
Returns an array containing the constants of this enum type, in the order they are declared.
A C G R S V 
Skip navigation links

Copyright © 2024. All rights reserved.