Class ComponentMetaData.DependencyInfo
java.lang.Object
com.vaadin.flow.component.internal.ComponentMetaData.DependencyInfo
- Enclosing class:
ComponentMetaData
Dependencies defined for a
Component class.
Framework internal class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the style sheets defined for the component.booleanisEmpty()
-
Constructor Details
-
DependencyInfo
public DependencyInfo()
-
-
Method Details
-
getStyleSheets
Gets the style sheets defined for the component.- Returns:
- an list of style sheets
-
isEmpty
public boolean isEmpty()
-