Uses of Class
org.zkoss.stateless.sul.IGrid.Autosort
-
Packages that use IGrid.Autosort Package Description org.zkoss.stateless.sul -
-
Uses of IGrid.Autosort in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IGrid.Autosort Modifier and Type Method Description static IGrid.Autosort
IGrid.Autosort. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IGrid.Autosort[]
IGrid.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 IGrid.Autosort Modifier and Type Method Description default IGrid
IGrid. withAutosort(IGrid.Autosort autosort)
Returns a copy ofthis
immutable component with the specifiedautosort
.
-