Uses of Record Class
org.springframework.shell.component.view.control.ProgressView.ProgressState
Packages that use ProgressView.ProgressState
-
Uses of ProgressView.ProgressState in org.springframework.shell.component.view.control
Methods in org.springframework.shell.component.view.control that return ProgressView.ProgressStateModifier and TypeMethodDescriptionProgressView.getState()
Gets a state of thisProgressView
.ProgressView.ProgressContext.getState()
Get a state of aProgressView
.static ProgressView.ProgressState
ProgressView.ProgressState.of
(int tickStart, int tickEnd, int tickValue, boolean running, long startTime, long updateTime) ProgressView.ProgressViewStateEventArgs.state()
Returns the value of thestate
record component.Methods in org.springframework.shell.component.view.control with parameters of type ProgressView.ProgressStateModifier and TypeMethodDescriptionProgressView.ProgressViewEndEvent.of
(View view, ProgressView.ProgressState state) ProgressView.ProgressViewStartEvent.of
(View view, ProgressView.ProgressState state) ProgressView.ProgressViewStateChangeEvent.of
(View view, ProgressView.ProgressState state) ProgressView.ProgressViewStateEventArgs.of
(ProgressView.ProgressState state) Constructors in org.springframework.shell.component.view.control with parameters of type ProgressView.ProgressStateModifierConstructorDescriptionCreates an instance of aProgressViewStateEventArgs
record class.