P - The property typeC - The element typepublic static interface BoundComponentGroup.Binding<P,C extends HasComponent> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
static <P,C extends HasComponent> |
create(P property,
C element)
Create a new
BoundComponentGroup.Binding. |
default com.vaadin.flow.component.Component |
getComponent()
Get the bound element
Component. |
C |
getElement()
Get the element of the group bound to the property.
|
P |
getProperty()
Get the property which identifies the component within the group.
|
P getProperty()
C getElement()
getProperty()default com.vaadin.flow.component.Component getComponent()
Component.Componentstatic <P,C extends HasComponent> BoundComponentGroup.Binding<P,C> create(P property, C element)
BoundComponentGroup.Binding.P - The property typeC - The element typeproperty - The binding property (not null)element - The bound element (not null)BoundComponentGroup.Binding instanceCopyright © 2019 The Holon Platform. All rights reserved.