Package com.vaadin.flow.data.binder
Interface HasItemComponents.ItemComponent<T>
- Type Parameters:
T- the type of the displayed item
- All Superinterfaces:
HasElement,Serializable
- Enclosing interface:
HasItemComponents<T>
Represents a single item component that is used inside a
HasItemComponents.- Since:
- 1.0.
- Author:
- Vaadin Ltd
-
Method Summary
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
-
Method Details
-
getItem
T getItem()
-