-
-
class BaseLayout extends com.vaadin.flow.component.applayout.AppLayout implements
Serializable
-
-
-
Serialized Fields
-
defaultLocale
Locale defaultLocale
-
logger
org.slf4j.Logger logger
-
resourceBundles
Map<Locale,List<ResourceBundle>> resourceBundles
-
resourceResolver
org.springframework.core.io.support.ResourcePatternResolver resourceResolver
-
-
class BadgeListLayout extends com.vaadin.flow.component.orderedlayout.FlexLayout implements
Serializable
-
Serialized Fields
-
alwaysDisplayDefaultDescription
boolean alwaysDisplayDefaultDescription
-
badgeList
com.flowingcode.vaadin.addons.badgelist.BadgeList badgeList
-
defaultDescription
com.vaadin.flow.component.html.Span defaultDescription
-
emptyDescription
com.vaadin.flow.component.html.Paragraph emptyDescription
-
class CloseableNotification extends com.vaadin.flow.component.notification.Notification implements
Serializable
-
Serialized Fields
-
closeButton
com.vaadin.flow.component.button.Button closeButton
-
content
com.vaadin.flow.component.html.Div content
-
layout
com.vaadin.flow.component.orderedlayout.HorizontalLayout layout
-
class DeletionConfirmDialog extends com.vaadin.flow.component.confirmdialog.ConfirmDialog implements
Serializable
-
class EmptyGridHintMessageComponent extends com.vaadin.flow.component.html.Div implements
Serializable
-
-
class RestrictionCountBadge extends com.vaadin.flow.component.badge.Badge implements
Serializable
-
Serialized Fields
-
label
String label
-
max
long max
-
value
Long value
-
warn
long warn
-
class RestrictionsComponent extends com.vaadin.flow.component.orderedlayout.FlexLayout implements
Serializable
-
Serialized Fields
-
badgeContainer
com.vaadin.flow.component.orderedlayout.FlexLayout badgeContainer
-
badges
List<RestrictionCountBadge> badges
-
licensingUrl
String licensingUrl
-
limitedVersionBadge
com.vaadin.flow.component.badge.Badge limitedVersionBadge
-
popover
com.vaadin.flow.component.popover.Popover popover
-
popoverInfo
String popoverInfo
-
upgradeBadge
com.vaadin.flow.component.badge.Badge upgradeBadge