Uses of Interface
org.springframework.shell.component.view.control.ViewEvent
Packages that use ViewEvent
Package
Description
-
Uses of ViewEvent in org.springframework.shell.component.view.control
Subinterfaces of ViewEvent in org.springframework.shell.component.view.controlModifier and TypeInterfaceDescriptioninterface
Classes in org.springframework.shell.component.view.control that implement ViewEventModifier and TypeClassDescriptionstatic final record
ViewEvent
indicating direction for a next selection.static final record
static final record
static final record
static final record
ViewEvent
indicating that selected item has been requested to open.static final record
ViewEvent
indicating that selected item has changed.static final record
ViewEvent
indicating that selected item has been requested to open.static final record
ViewEvent
indicating that selected item has changed.static final record
ViewEvent
indicating that proggress has been ended.static final record
ViewEvent
indicating that proggress has been started.static final record
ViewEvent
indicating that proggress state has been changed.static final record
ViewEvent
indicating that selected item has been requested to open.static final record
-
Uses of ViewEvent in org.springframework.shell.component.view.event
Methods in org.springframework.shell.component.view.event with type parameters of type ViewEventModifier and TypeMethodDescription<T extends ViewEvent>
reactor.core.publisher.Flux<T>DefaultEventLoop.viewEvents
(Class<T> clazz) <T extends ViewEvent>
reactor.core.publisher.Flux<T>DefaultEventLoop.viewEvents
(Class<T> clazz, View filterBy) <T extends ViewEvent>
reactor.core.publisher.Flux<T>DefaultEventLoop.viewEvents
(org.springframework.core.ParameterizedTypeReference<T> typeRef) <T extends ViewEvent>
reactor.core.publisher.Flux<T>DefaultEventLoop.viewEvents
(org.springframework.core.ParameterizedTypeReference<T> typeRef, View filterBy) <T extends ViewEvent>
reactor.core.publisher.Flux<T>EventLoop.viewEvents
(Class<T> clazz) Specialisation ofEventLoop.events()
which returns type safeViewEvent
s.<T extends ViewEvent>
reactor.core.publisher.Flux<T>EventLoop.viewEvents
(Class<T> clazz, View filterBy) Specialisation ofEventLoop.events()
which returns type safeViewEvent
s.<T extends ViewEvent>
reactor.core.publisher.Flux<T>EventLoop.viewEvents
(org.springframework.core.ParameterizedTypeReference<T> typeRef) Specialisation ofEventLoop.events()
which returns type safeViewEvent
s.<T extends ViewEvent>
reactor.core.publisher.Flux<T>EventLoop.viewEvents
(org.springframework.core.ParameterizedTypeReference<T> typeRef, View filterBy) Specialisation ofEventLoop.events()
which returns type safeViewEvent
s.