Class BlockView

java.lang.Object
com.vaadin.flow.component.Component
All Implemented Interfaces:
Executable, Reentrant, HasLogic, Transactional, ClickHandler, CloseableView, ExecutableView, ValueChangeHandler, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasValue.ValueChangeListener, Serializable, Runnable, EventListener

public class BlockView extends TemplateView implements Transactional, CloseableView
BlockView represents a view specifically designed to handle block entities and relevant updates in the IoT system. It extends TemplateView to provide an interface for block-related operations and manages the state and updates on block entities, their associated units, and various data statuses such as limits and alarms.
Implements both Transactional and CloseableView interfaces to ensure proper state management and transactional handling of its operations.
Author:
Syam
See Also: