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