Uses of Record Class
org.springframework.shell.jline.tui.component.view.control.ListView.ListViewItemEventArgs
Packages that use ListView.ListViewItemEventArgs
-
Uses of ListView.ListViewItemEventArgs in org.springframework.shell.jline.tui.component.view.control
Methods in org.springframework.shell.jline.tui.component.view.control that return ListView.ListViewItemEventArgsModifier and TypeMethodDescriptionListView.ListViewOpenSelectedItemEvent.args()Returns the value of theargsrecord component.ListView.ListViewSelectedItemChangedEvent.args()Returns the value of theargsrecord component.static <T> ListView.ListViewItemEventArgs<T>ListView.ListViewItemEventArgs.of(@Nullable T item) Constructors in org.springframework.shell.jline.tui.component.view.control with parameters of type ListView.ListViewItemEventArgsModifierConstructorDescriptionListViewOpenSelectedItemEvent(View view, ListView.ListViewItemEventArgs<T> args) Creates an instance of aListViewOpenSelectedItemEventrecord class.Creates an instance of aListViewSelectedItemChangedEventrecord class.