Class OverlayClassListProxy
- All Implemented Interfaces:
com.vaadin.flow.dom.ClassList,Serializable,Iterable<String>,Collection<String>,Set<String>
public class OverlayClassListProxy
extends AbstractSet<String>
implements com.vaadin.flow.dom.ClassList
Internal class that provides shared functionality for setting CSS class names
to overlay only components that support
HasStyle, such as
Dialog. Not intended to be used publicly.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vaadin.flow.dom.ClassList
setMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
OverlayClassListProxy
public OverlayClassListProxy(com.vaadin.flow.component.HasStyle hasStyle)
-
-
Method Details
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<String>- Specified by:
sizein interfaceSet<String>- Specified by:
sizein classAbstractCollection<String>
-
add
- Specified by:
addin interfaceCollection<String>- Specified by:
addin interfaceSet<String>- Overrides:
addin classAbstractCollection<String>
-