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.
Represents a row action registered on an EasyGrid.
System-wide EasyGrid configuration.
Mixin interface that adds a configurable row-actions column to a Grid.
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 LocalTime values using TextRenderer and DateTimeFormatter.
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.
Manages the row actions column for an EasyGrid.
Strategy interface for rendering the row actions of an EasyGrid.
Identifies how an EasyGrid's row actions are presented.
Unchecked wrapper for ReflectiveOperationException, used to propagate reflective errors without requiring callers to declare or catch checked exceptions.