com.itmill.toolkit.terminal.gwt.client.ui
Class IUriFragmentUtility

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.itmill.toolkit.terminal.gwt.client.ui.IUriFragmentUtility
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.HistoryListener, Paintable

public class IUriFragmentUtility
extends com.google.gwt.user.client.ui.Widget
implements Paintable, com.google.gwt.user.client.HistoryListener

Client side implementation for UriFragmentUtility. Uses GWT's History object as an implementation.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
IUriFragmentUtility()
           
 
Method Summary
 void onHistoryChanged(String historyToken)
           
 void updateFromUIDL(UIDL uidl, ApplicationConnection client)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
doAttachChildren, doDetachChildren, getParent, isAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setWidth, setVisible, setVisible, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IUriFragmentUtility

public IUriFragmentUtility()
Method Detail

updateFromUIDL

public void updateFromUIDL(UIDL uidl,
                           ApplicationConnection client)
Specified by:
updateFromUIDL in interface Paintable

onHistoryChanged

public void onHistoryChanged(String historyToken)
Specified by:
onHistoryChanged in interface com.google.gwt.user.client.HistoryListener


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.