Uses of Enum Class
org.springframework.shell.component.view.control.MenuView.MenuItemCheckStyle
Packages that use MenuView.MenuItemCheckStyle
-
Uses of MenuView.MenuItemCheckStyle in org.springframework.shell.component.view.control
Methods in org.springframework.shell.component.view.control that return MenuView.MenuItemCheckStyleModifier and TypeMethodDescriptionMenuView.MenuItem.getCheckStyle()
Gets a check style.static MenuView.MenuItemCheckStyle
Returns the enum constant of this class with the specified name.static MenuView.MenuItemCheckStyle[]
MenuView.MenuItemCheckStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.shell.component.view.control with parameters of type MenuView.MenuItemCheckStyleModifier and TypeMethodDescriptionstatic MenuView.MenuItem
MenuView.MenuItem.of
(String title, MenuView.MenuItemCheckStyle checkStyle) static MenuView.MenuItem
MenuView.MenuItem.of
(String title, MenuView.MenuItemCheckStyle checkStyle, Runnable action) static MenuView.MenuItem
MenuView.MenuItem.of
(String title, MenuView.MenuItemCheckStyle checkStyle, Runnable action, boolean initialCheckState) Constructors in org.springframework.shell.component.view.control with parameters of type MenuView.MenuItemCheckStyleModifierConstructorDescriptionMenuItem
(String title, MenuView.MenuItemCheckStyle checkStyle) Construct menu item with a title and a check style.MenuItem
(String title, MenuView.MenuItemCheckStyle checkStyle, Runnable action) Construct menu item with a title, a check style and a runnable.MenuItem
(String title, MenuView.MenuItemCheckStyle checkStyle, Runnable action, boolean initialCheckState) Construct menu item with a title, a check style, a runnable and initial checked state.