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