All Classes and Interfaces

Class
Description
A PropertyDefinition that additionally exposes the introspected PropertyDescriptor for the underlying bean property.
Holds display configuration for a grid column value type, including text alignment, null representation, and renderer factory.
A TextRenderer that formats column values using a ColumnConfiguration.
Wraps a Grid.Column and provides type-specific formatting for an EasyGridAddon-managed column.
Concrete EasyGridWrapper that always wraps a plain Grid, creating it internally.
Wraps a Grid to provide bean property-based column creation and type-aware ColumnConfiguration resolution.
System-wide EasyGrid configuration.
Defines the subset of Grid methods that EasyGridComposite re-exposes by delegating to the wrapped grid instance.
Instance-level EasyGrid configuration.
Factory methods for creating RendererFactory instances that render LocalDate values using LocalDateRenderer.
Factory methods for creating RendererFactory instances that render LocalDateTime values using LocalDateTimeRenderer.
Factory methods for creating RendererFactory instances that render Number values using NumberRenderer.
A named functional interface that creates a Renderer for a grid column given a ValueProvider.
Unchecked wrapper for ReflectiveOperationException, used to propagate reflective errors without requiring callers to declare or catch checked exceptions.