org.alfresco.repo.web.util.paging
Class Paging.PageType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.web.util.paging.Paging.PageType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Paging

public static final class Paging.PageType
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static Paging.PageType PAGE
           
static Paging.PageType WINDOW
           
 
Method Summary
static Paging.PageType valueOf(java.lang.String name)
           
static Paging.PageType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PAGE

public static final Paging.PageType PAGE

WINDOW

public static final Paging.PageType WINDOW
Method Detail

values

public static Paging.PageType[] values()

valueOf

public static Paging.PageType valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.