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 TypeInterfaceDescriptioninterfaceClasses in org.springframework.shell.component.view.control that implement ViewEventModifier and TypeClassDescriptionstatic final recordViewEventindicating direction for a next selection.static final recordstatic final recordstatic final recordstatic final recordViewEventindicating that selected item has been requested to open.static final recordViewEventindicating that selected item has changed.static final recordViewEventindicating that selected item has been requested to open.static final recordViewEventindicating that selected item has changed.static final recordViewEventindicating that proggress has been ended.static final recordViewEventindicating that proggress has been started.static final recordViewEventindicating that proggress state has been changed.static final recordViewEventindicating 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 safeViewEvents.<T extends ViewEvent>
reactor.core.publisher.Flux<T>EventLoop.viewEvents(Class<T> clazz, View filterBy) Specialisation ofEventLoop.events()which returns type safeViewEvents.<T extends ViewEvent>
reactor.core.publisher.Flux<T>EventLoop.viewEvents(org.springframework.core.ParameterizedTypeReference<T> typeRef) Specialisation ofEventLoop.events()which returns type safeViewEvents.<T extends ViewEvent>
reactor.core.publisher.Flux<T>EventLoop.viewEvents(org.springframework.core.ParameterizedTypeReference<T> typeRef, View filterBy) Specialisation ofEventLoop.events()which returns type safeViewEvents.