org.gwtopenmaps.openlayers.client.control
Class NavigationHistoryImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.control.NavigationHistoryImpl

public class NavigationHistoryImpl
extends Object

Author:
giuseppe

Constructor Summary
NavigationHistoryImpl()
           
 
Method Summary
static void autoActivate(JSObject self, boolean autoActivate)
           
static void clear(JSObject self)
           
static JSObject create()
           
static JSObject create(JSObject options)
           
static JSObject getNext(JSObject self)
           
static JSObject getPrevious(JSObject self)
           
static void limit(JSObject self, int limit)
           
static void next(JSObject self)
           
static JSObject nextTrigger(JSObject self)
           
static void previous(JSObject self)
           
static void previousTrigger(JSObject self)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationHistoryImpl

public NavigationHistoryImpl()
Method Detail

create

public static JSObject create()

create

public static JSObject create(JSObject options)

previous

public static void previous(JSObject self)

next

public static void next(JSObject self)

limit

public static void limit(JSObject self,
                         int limit)

autoActivate

public static void autoActivate(JSObject self,
                                boolean autoActivate)

nextTrigger

public static JSObject nextTrigger(JSObject self)

getPrevious

public static JSObject getPrevious(JSObject self)

getNext

public static JSObject getNext(JSObject self)

previousTrigger

public static void previousTrigger(JSObject self)

clear

public static void clear(JSObject self)


Copyright © 2011 sourceforge. All Rights Reserved.