Uses of Class
net.customware.gwt.presenter.client.place.Place

Packages that use Place
net.customware.gwt.presenter.client.gin   
net.customware.gwt.presenter.client.place   
 

Uses of Place in net.customware.gwt.presenter.client.gin
 

Subclasses of Place in net.customware.gwt.presenter.client.gin
 class ProvidedPresenterPlace<T extends Presenter>
          A place that represents a Presenter, constructed by using a Provider.
 

Uses of Place in net.customware.gwt.presenter.client.place
 

Subclasses of Place in net.customware.gwt.presenter.client.place
 class BasicPresenterPlace<T extends Presenter>
          A simple implementation of PresenterPlace for Presenters that don't need to be prepared for display.
 class PresenterPlace<T extends Presenter>
          This is a subclass of Place with some helper values for working with Presenters.
 

Methods in net.customware.gwt.presenter.client.place that return Place
 Place PlaceRevealedEvent.getPlace()
          Returns the place that was revealed.
 Place PlaceChangedEvent.getPlace()
           
 

Methods in net.customware.gwt.presenter.client.place with parameters of type Place
 boolean PlaceManager.deregisterPlace(Place place)
          Deregisters the place from the manager.
 boolean DefaultPlaceManager.deregisterPlace(Place place)
           
static void PlaceRevealedEvent.fire(EventBus eventBus, Place place)
          Call this method to fire place revealed events.
static void PlaceChangedEvent.fire(EventBus eventBus, Place place)
           
static Presenter PresenterPlace.getPresenter(Place place)
          Returns the Presenter for the provided Place if the place is an instance of PresenterPlace and the contained Presenter is an instance of the presenterClass.
static WidgetPresenter<?> PresenterPlace.getWidgetPresenter(Place place)
           
 boolean PlaceManager.registerPlace(Place place)
          Registers the place with the manager.
 boolean DefaultPlaceManager.registerPlace(Place place)
           
 

Constructors in net.customware.gwt.presenter.client.place with parameters of type Place
DefaultPlaceManager(EventBus eventBus, TokenFormatter tokenFormatter, Place... places)
           
PlaceChangedEvent(Place place)
           
PlaceRevealedEvent(Place place)
           
 



Copyright © 2010 customware.net. All Rights Reserved.