Index

A C G I L R S V 
All Classes and Interfaces|All Packages|Serialized Form

A

add(AvatarGroup.AvatarGroupItem...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Adds the items to the list of displayed as avatars.
addClassNames(String...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Adds one or more class names to this item.
Avatar - Class in com.vaadin.flow.component.avatar
Avatar is a graphical representation of an object or entity, for example a person or an organisation.
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
Avatar Group is used to group multiple Avatars together.
AvatarGroup() - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup
Creates an empty avatar group component.
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(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.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 Class 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 Class 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.
getClassName() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the CSS class name set on this item.
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 class com.vaadin.flow.component.avatar.AvatarGroupVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.avatar.AvatarVariant
Gets the variant name.

I

isTooltipEnabled() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the enabled state of the avatar tooltip, which is false by default.

L

LUMO_LARGE - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
 
LUMO_LARGE - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarVariant
 
LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
 
LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarVariant
 
LUMO_XLARGE - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
 
LUMO_XLARGE - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarVariant
 
LUMO_XSMALL - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
 
LUMO_XSMALL - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarVariant
 

R

remove(AvatarGroup.AvatarGroupItem...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Removes the items from the list of displayed as avatars.
removeClassNames(String...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Removes one or more class names from this item.

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 object for this component.
setI18n(AvatarGroup.AvatarGroupI18n) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Sets the internationalization object 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.
setImageHandler(DownloadHandler) - Method in class com.vaadin.flow.component.avatar.Avatar
Sets the image for the avatar.
setImageHandler(DownloadHandler) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Sets the image for the avatar.
setImageResource(AbstractStreamResource) - Method in class com.vaadin.flow.component.avatar.Avatar
Deprecated, for removal: This API element is subject to removal in a future version.
setImageResource(AbstractStreamResource) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Deprecated, for removal: This API element is subject to removal in a future version.
setItems(AvatarGroup.AvatarGroupItem...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Sets the items that will be displayed as avatars.
setItems(Collection<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.
setTooltipEnabled(boolean) - Method in class com.vaadin.flow.component.avatar.Avatar
Sets the enabled of the avatar tooltip.

V

valueOf(String) - Static method in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.avatar.AvatarVariant
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.avatar.AvatarVariant
Returns an array containing the constants of this enum class, in the order they are declared.
A C G I L R S V 
All Classes and Interfaces|All Packages|Serialized Form