Uses of Enum Class
com.storedobject.chart.EventType
Packages that use EventType
-
Uses of EventType in com.storedobject.chart
Methods in com.storedobject.chart that return EventTypeModifier and TypeMethodDescriptionEvent.getType()Retrieves the type of the chart event.static EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type EventTypeModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener) Adds a listener to the specified event type.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Chart chart) Adds a listener for a specific event type to the given chart.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Chart chart, int dataIndex) Adds a listener for the specified event type to the given chart.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Chart chart, int dataIndex, String dataType) Adds an event listener to a specified event type on the given chart, with additional options for specifying data index and data type.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Chart chart, String dataType) Adds an event listener to the specified chart for the given event type.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, Object userData) Adds a listener for a specified event type.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, String parameters) Registers an event listener for a specified event type with optional parameters.com.vaadin.flow.shared.RegistrationSOChart.addListener(EventType eventType, EventListener listener, String parameters, Object userData) Adds a listener for a specific event type, allowing custom parameters and optional user data to be passed.Constructors in com.storedobject.chart with parameters of type EventType