Uses of Enum Class
org.springframework.shell.jline.tui.component.view.control.AppView.AppViewEventArgs.Direction
Packages that use AppView.AppViewEventArgs.Direction
-
Uses of AppView.AppViewEventArgs.Direction in org.springframework.shell.jline.tui.component.view.control
Methods in org.springframework.shell.jline.tui.component.view.control that return AppView.AppViewEventArgs.DirectionModifier and TypeMethodDescriptionAppView.AppViewEventArgs.direction()Returns the value of thedirectionrecord component.Returns the enum constant of this class with the specified name.static AppView.AppViewEventArgs.Direction[]AppView.AppViewEventArgs.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.shell.jline.tui.component.view.control with parameters of type AppView.AppViewEventArgs.DirectionModifier and TypeMethodDescriptionstatic AppView.AppViewEventAppView.AppViewEvent.of(View view, AppView.AppViewEventArgs.Direction direction) static AppView.AppViewEventArgsAppView.AppViewEventArgs.of(AppView.AppViewEventArgs.Direction direction) Constructors in org.springframework.shell.jline.tui.component.view.control with parameters of type AppView.AppViewEventArgs.DirectionModifierConstructorDescriptionCreates an instance of aAppViewEventArgsrecord class.