Class ObjectList

java.lang.Object
All Implemented Interfaces:
ClickHandler, ExecutableView, HasContainer, ValueChangeHandler, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, com.vaadin.flow.component.HasValue.ValueChangeListener, Serializable, Runnable, EventListener

public class ObjectList extends DataForm
A list report that lists StoredObjects. The object class to be listed can be defined using a ReportDefinition or directly specified as the data class name. Attribute filters defined in the ReportDefinition instance is processed and filter variable values are accepted and applied while generating the output.
Author:
Syam
See Also: