org.gwtopenmaps.openlayers.client.strategy
Class PagingStrategy

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.strategy.Strategy
              extended by org.gwtopenmaps.openlayers.client.strategy.PagingStrategy

public class PagingStrategy
extends Strategy

Author:
Maciej Jezierski - Pinocchio

Constructor Summary
PagingStrategy()
           
PagingStrategy(JSObject strategy)
           
 
Method Summary
 boolean activate()
           
 boolean deactivate()
           
 int pageCount()
           
 int pageLength()
           
 int pageLength(int length)
           
 boolean pageNext()
           
 int pageNum()
           
 boolean pagePrevious()
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingStrategy

public PagingStrategy(JSObject strategy)

PagingStrategy

public PagingStrategy()
Method Detail

activate

public boolean activate()

deactivate

public boolean deactivate()

pageCount

public int pageCount()

pageNum

public int pageNum()

pageLength

public int pageLength()

pageLength

public int pageLength(int length)

pageNext

public boolean pageNext()

pagePrevious

public boolean pagePrevious()


Copyright © 2011 sourceforge. All Rights Reserved.