All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluorumlabs.disconnect.vaadin.SelectOverlay Maven / Gradle / Ivy

The newest version!
package com.github.fluorumlabs.disconnect.vaadin;

import com.github.fluorumlabs.disconnect.core.annotations.WebComponent;
import com.github.fluorumlabs.disconnect.vaadin.elements.SelectOverlayElement;
import com.github.fluorumlabs.disconnect.zero.component.AbstractComponent;
import com.github.fluorumlabs.disconnect.zero.component.Component;
import com.github.fluorumlabs.disconnect.zero.component.HasComponents;
import com.github.fluorumlabs.disconnect.zero.component.HasStyle;

/**
 * The overlay element.
 *
 * 

Styling

* See * <vaadin-overlay> documentation * for <vaadin-select-overlay> parts. *

* See * ThemableMixin – how to apply styles for shadow parts */ @WebComponent public class SelectOverlay extends AbstractComponent implements HasStyle, HasComponents> { public SelectOverlay() { super(SelectOverlayElement.TAGNAME()); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy