Interface IEasyGridComposite<T>

Type Parameters:
T - the grid bean type

public sealed interface IEasyGridComposite<T>
Defines the subset of Grid methods that EasyGridComposite re-exposes by delegating to the wrapped grid instance. Used as the type argument for Lombok @Delegate on the EasyGridComposite.IEasyGridDelegate inner class.