Uses of Class
org.alfresco.repo.web.util.paging.Paging.PageType
-
Packages that use Paging.PageType Package Description org.alfresco.repo.web.util.paging -
-
Uses of Paging.PageType in org.alfresco.repo.web.util.paging
Methods in org.alfresco.repo.web.util.paging that return Paging.PageType Modifier and Type Method Description static Paging.PageType
Paging.PageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Paging.PageType[]
Paging.PageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-