Class ObjectsViewer

java.lang.Object
com.storedobject.vaadin.View
com.storedobject.ui.ObjectsViewer
All Implemented Interfaces:
ClickHandler, CloseableView, ExecutableView, 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 ObjectsViewer extends View implements CloseableView
ObjectsViewer is a specialized UI component that serves as a container for displaying various stored objects within a tabbed interface. It extends the View class and implements the CloseableView interface. ObjectsViewer allows dynamically adding objects to be displayed in separate tabs, with options to customize the tab captions.
Author:
Syam
See Also: