Uses of Enum Class
org.springframework.shell.jline.tui.component.view.control.ListView.ItemStyle
Packages that use ListView.ItemStyle
Package
Description
-
Uses of ListView.ItemStyle in org.springframework.shell.jline.tui.component.view.control
Methods in org.springframework.shell.jline.tui.component.view.control that return ListView.ItemStyleModifier and TypeMethodDescriptionListView.getItemStyle()static ListView.ItemStyleReturns the enum constant of this class with the specified name.static ListView.ItemStyle[]ListView.ItemStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.shell.jline.tui.component.view.control with parameters of type ListView.ItemStyleModifierConstructorDescriptionListView(@Nullable List<T> items, ListView.ItemStyle itemStyle) ListView(ListView.ItemStyle itemStyle) ListView(T[] items, ListView.ItemStyle itemStyle) -
Uses of ListView.ItemStyle in org.springframework.shell.jline.tui.component.view.control.cell
Methods in org.springframework.shell.jline.tui.component.view.control.cell that return ListView.ItemStyleMethods in org.springframework.shell.jline.tui.component.view.control.cell with parameters of type ListView.ItemStyleModifier and TypeMethodDescriptionstatic <T> ListCell<T>ListCell.of(T item, ListView.ItemStyle itemStyle) Helper method to build aListCell.voidAbstractListCell.setItemStyle(ListView.ItemStyle itemStyle) voidListCell.setItemStyle(ListView.ItemStyle itemStyle) SetListView.ItemStyle.Constructors in org.springframework.shell.jline.tui.component.view.control.cell with parameters of type ListView.ItemStyle