Uses of Class
org.wicketstuff.datatables.options.SelectOptions.Style
-
Packages that use SelectOptions.Style Package Description org.wicketstuff.datatables.options -
-
Uses of SelectOptions.Style in org.wicketstuff.datatables.options
Methods in org.wicketstuff.datatables.options that return SelectOptions.Style Modifier and Type Method Description static SelectOptions.Style
SelectOptions.Style. valueOf(String name)
Returns the enum constant of this type with the specified name.static SelectOptions.Style[]
SelectOptions.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.datatables.options with parameters of type SelectOptions.Style Modifier and Type Method Description SelectOptions
SelectOptions. style(SelectOptions.Style style)
-