Class ThemeListImpl

java.lang.Object
com.vaadin.flow.dom.impl.ThemeListImpl
All Implemented Interfaces:
ThemeList, Serializable, Iterable<String>, Collection<String>, Set<String>

public class ThemeListImpl extends Object implements ThemeList, Serializable
Default implementation for the ThemeList that stores the theme names of the corresponding element. Makes sure that each change to the collection is reflected in the corresponding element attribute name, THEME_ATTRIBUTE_NAME.

For internal use only. May be renamed or removed in a future release.

Since:
1.0.
Author:
Vaadin Ltd
See Also: