Uses of Enum Class
org.jline.consoleui.elements.PageSizeType
Packages that use PageSizeType
-
Uses of PageSizeType in org.jline.consoleui.elements
Methods in org.jline.consoleui.elements that return PageSizeTypeModifier and TypeMethodDescriptionCheckbox.getPageSizeType()ListChoice.getPageSizeType()static PageSizeTypeReturns the enum constant of this class with the specified name.static PageSizeType[]PageSizeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jline.consoleui.elements with parameters of type PageSizeTypeModifierConstructorDescriptionCheckbox(String message, String name, int pageSize, PageSizeType pageSizeType, List<CheckboxItemIF> checkboxItemList) ListChoice(String message, String name, int pageSize, PageSizeType pageSizeType, List<ListItemIF> listItemList)