Uses of Class
org.zkoss.stateless.sul.IListbox.Autosort
-
Packages that use IListbox.Autosort Package Description org.zkoss.stateless.sul -
-
Uses of IListbox.Autosort in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IListbox.Autosort Modifier and Type Method Description static IListbox.AutosortIListbox.Autosort. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IListbox.Autosort[]IListbox.Autosort. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.stateless.sul with parameters of type IListbox.Autosort Modifier and Type Method Description default IListboxIListbox. withAutosort(IListbox.Autosort autosort)Returns a copy ofthisimmutable component with the specifiedautosort.
-