com.vaadin.flow.component.shared.
Package com.vaadin.flow.component.shared
Interface HasOverlayClassName
All Superinterfaces:
All Known Implementing Classes:
AvatarGroup
, CollaborationAvatarGroup
, ComboBox
, ComboBoxBase
, ContextMenu
, DatePicker
, DateTimePicker
, MenuBar
, MultiSelectComboBox
, Select
, TimePicker
Mixin interface for components that have an internal overlay and support setting CSS class names on it for styling.
Author:
Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
A space-delimited list of CSS class names to set on the overlay element.
default void
setOverlayClassName
(String overlayClassName) Sets a space-delimited list of CSS class names to set on the overlay element.
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
-
Method Details
-
getOverlayClassName
A space-delimited list of CSS class names to set on the overlay element.
Returns:
the
overlayClass
property -
setOverlayClassName
Sets a space-delimited list of CSS class names to set on the overlay element.
Parameters:
overlayClassName
- The overlay class name to set
-