Uses of Enum Class
io.jenkins.plugins.datatables.TableConfiguration.SelectStyle
-
Uses of TableConfiguration.SelectStyle in io.jenkins.plugins.datatables
Subclasses with type arguments of type TableConfiguration.SelectStyle in io.jenkins.plugins.datatablesModifier and TypeClassDescriptionstatic enumThe possible values of the select.style option, which is used for enabling the selection for datatables and setting its style (the default isTableConfiguration.SelectStyle.OS.Methods in io.jenkins.plugins.datatables that return TableConfiguration.SelectStyleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TableConfiguration.SelectStyle[]TableConfiguration.SelectStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.datatables with parameters of type TableConfiguration.SelectStyleModifier and TypeMethodDescriptionTableConfiguration.select(TableConfiguration.SelectStyle selectStyle) Enable selection.