Package io.jmix.flowui.component
@NonNullApi
package io.jmix.flowui.component
-
ClassDescriptionPOJO to store all information needed to create aggregation in
DataGrid
.Contains information forComponentGenerationStrategy
when creating components usingUiComponentsGenerator
.A strategy for creating FlowUi components byUiComponentsGenerator
.Utility class for internationalizing date-related information such as month names, weekday names, short weekday names, and the first day of the week.A component that may have a limit on the number of characters (in Unicode code points) that the user can enter.A component that displays list of items.A component which can be set as lookup component for a view.PaginationComponent<T extends AbstractPagination>Base interface for components that make a data binding to load data by pages.The event that is fired after data refresh.The event that is fired before refreshing the data, when the user clicks next, previous, etc.A component that supports a callback for fetching items from a back end.Callback interface for fetching a stream of items from a backend based on a query.Enum for describing the position of label components.An interface used in describing the responsive layouting behavior of an implementing layout.SupportsStatusChangeHandler<C extends com.vaadin.flow.component.Component>A component that supports delegation of status changes e.g.SupportsStatusChangeHandler.StatusContext<C extends com.vaadin.flow.component.Component>SupportsTypedValue<C extends com.vaadin.flow.component.Component,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<P>, V, P> SupportsTypedValue.TypedValueChangeEvent<C extends com.vaadin.flow.component.Component,V> Factory to create UI components usingComponentGenerationStrategy
.