org.gwtopenmaps.openlayers.client.strategy
Class PagingStrategyImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.strategy.PagingStrategyImpl

public class PagingStrategyImpl
extends Object


Constructor Summary
PagingStrategyImpl()
           
 
Method Summary
static boolean activate(JSObject self)
           
static JSObject create()
           
static boolean deactivate(JSObject self)
           
static int pageCount(JSObject self)
           
static int pageLength(JSObject self)
           
static int pageLength(JSObject self, int length)
           
static boolean pageNext(JSObject self)
           
static int pageNum(JSObject self)
           
static boolean pagePrevious(JSObject self)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingStrategyImpl

public PagingStrategyImpl()
Method Detail

create

public static JSObject create()

activate

public static boolean activate(JSObject self)

deactivate

public static boolean deactivate(JSObject self)

pageCount

public static int pageCount(JSObject self)

pageNum

public static int pageNum(JSObject self)

pageLength

public static int pageLength(JSObject self)

pageLength

public static int pageLength(JSObject self,
                             int length)

pageNext

public static boolean pageNext(JSObject self)

pagePrevious

public static boolean pagePrevious(JSObject self)


Copyright © 2011 sourceforge. All Rights Reserved.