Package com.vaadin.flow.component.shared
Interface HasOverlayClassName
- All Superinterfaces:
com.vaadin.flow.component.HasElement,Serializable
public interface HasOverlayClassName
extends com.vaadin.flow.component.HasElement
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 StringA space-delimited list of CSS class names to set on the overlay element.default voidsetOverlayClassName(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
overlayClassproperty
-
setOverlayClassName
Sets a space-delimited list of CSS class names to set on the overlay element.- Parameters:
overlayClassName- The overlay class name to set
-