public final class BehaviorRegistry extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<?>> |
getClassesForBehaviors(Iterable<String> behaviors)
Gets the interfaces to be inherited by the generated Java class, based on
the list of behaviors and mixins that the original webcomponent contains.
|
public static Set<Class<?>> getClassesForBehaviors(Iterable<String> behaviors)
behaviors - Collection of behaviors and mixins extracted from the
webcomponent.Copyright © 2000–2019 Vaadin Ltd. All rights reserved.