|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Place | |
|---|---|
| com.google.gwt.activity.shared | |
| com.google.gwt.place.shared | |
| Uses of Place in com.google.gwt.activity.shared |
|---|
| Methods in com.google.gwt.activity.shared that return Place | |
|---|---|
Place |
FilteredActivityMapper.Filter.filter(Place place)
Returns the filtered interpretation of the given Place. |
| Methods in com.google.gwt.activity.shared with parameters of type Place | |
|---|---|
Place |
FilteredActivityMapper.Filter.filter(Place place)
Returns the filtered interpretation of the given Place. |
Activity |
FilteredActivityMapper.getActivity(Place place)
|
Activity |
CachingActivityMapper.getActivity(Place place)
|
Activity |
ActivityMapper.getActivity(Place place)
Returns the activity to run for the given Place. |
| Uses of Place in com.google.gwt.place.shared |
|---|
| Classes in com.google.gwt.place.shared with type parameters of type Place | |
|---|---|
interface |
PlaceTokenizer<P extends Place>
Implemented by objects responsible for text serialization and deserialization of Place objects. |
| Fields in com.google.gwt.place.shared declared as Place | |
|---|---|
static Place |
Place.NOWHERE
The null place. |
| Methods in com.google.gwt.place.shared that return Place | |
|---|---|
Place |
PlaceChangeRequestEvent.getNewPlace()
Returns the place we may navigate to, or null on window close. |
Place |
PlaceChangeEvent.getNewPlace()
|
Place |
PlaceHistoryMapper.getPlace(java.lang.String token)
|
Place |
PlaceController.getWhere()
Returns the current place. |
| Methods in com.google.gwt.place.shared with parameters of type Place | |
|---|---|
java.lang.String |
PlaceHistoryMapper.getToken(Place place)
|
void |
PlaceController.goTo(Place newPlace)
Request a change to a new place. |
HandlerRegistration |
PlaceHistoryHandler.register(PlaceController placeController,
EventBus eventBus,
Place defaultPlace)
Initialize this place history handler. |
| Constructors in com.google.gwt.place.shared with parameters of type Place | |
|---|---|
PlaceChangeEvent(Place newPlace)
|
|
PlaceChangeRequestEvent(Place newPlace)
|
|
|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||