|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlaceManager
Place managers work as an intermediary between the GWT History API
and Places. It sets up event listener relationships to synchronize them.
| Method Summary | |
|---|---|
boolean |
deregisterPlace(Place place)
Deregisters the place from the manager. |
boolean |
fireCurrentPlace()
Fires an event for the current place. |
boolean |
registerPlace(Place place)
Registers the place with the manager. |
| Method Detail |
|---|
boolean fireCurrentPlace()
false if there was no current place to fire.boolean registerPlace(Place place)
place - The place to register.
true if an instance of the Place class had not already been registered.boolean deregisterPlace(Place place)
place - The place to deregister.
true if the place was registered and has been successfully deregistered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||