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