You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
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>

public static interface HasItemComponents.ItemComponent<T> extends HasElement

Represents a single item component that is used inside a HasItemComponents.

Since:

1.0.

Author:

Vaadin Ltd

  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.vaadin.flow.component.HasElement

    getElement
  • Method Details

    • getItem

      T getItem()