C - Group element typepublic interface ComponentGroup<C extends HasComponent> extends Serializable
HasComponent type elements, which provides the actual Component through the
HasComponent.getComponent() method.
The elements of the group can be obtained using getElements().
| Modifier and Type | Method and Description |
|---|---|
default Stream<com.vaadin.flow.component.Component> |
getComponents()
Get the stream of the available group components.
|
Stream<C> |
getElements()
Get the stream of the available group elements.
|
Stream<C> getElements()
default Stream<com.vaadin.flow.component.Component> getComponents()
Copyright © 2019 The Holon Platform. All rights reserved.