com.filenet.wcm.apps.server.util.prefs
Class PagingConfig

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.prefs.PagingConfig

public class PagingConfig
extends java.lang.Object


Constructor Summary
PagingConfig()
           
 
Method Summary
static java.lang.String[] getPageSizes()
           
static int getTreeMaxItemsReturned()
           
static int getTreeViewPageRange()
           
static int getTreeViewPageSize()
           
static void load(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingConfig

public PagingConfig()
Method Detail

getPageSizes

public static java.lang.String[] getPageSizes()

getTreeMaxItemsReturned

public static int getTreeMaxItemsReturned()

getTreeViewPageSize

public static int getTreeViewPageSize()

getTreeViewPageRange

public static int getTreeViewPageRange()

load

public static void load(java.io.InputStream in)
                 throws java.lang.Exception
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.