|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlaceRequest | |
---|---|
net.customware.gwt.presenter.client | |
net.customware.gwt.presenter.client.place |
Uses of PlaceRequest in net.customware.gwt.presenter.client |
---|
Methods in net.customware.gwt.presenter.client that return PlaceRequest | |
---|---|
protected PlaceRequest |
BasicPresenter.getPlaceRequest()
|
Methods in net.customware.gwt.presenter.client with parameters of type PlaceRequest | |
---|---|
protected abstract void |
BasicPresenter.onPlaceRequest(PlaceRequest request)
This method is called when a PlaceRequestEvent occurs that
matches with the value from BasicPresenter.getPlace() . |
Uses of PlaceRequest in net.customware.gwt.presenter.client.place |
---|
Methods in net.customware.gwt.presenter.client.place that return PlaceRequest | |
---|---|
static PlaceRequest |
PlaceRequest.fromString(java.lang.String token)
Parses a GWT history token into a Place instance. |
PlaceRequest |
PlaceRequestEvent.getRequest()
|
PlaceRequest |
PlaceChangedEvent.getRequest()
|
PlaceRequest |
Place.request()
Returns a new request for this place. |
PlaceRequest |
Place.requestWith(java.lang.String name,
java.lang.String value)
A convenience method for calling Place.request() .with( name, id ). |
PlaceRequest |
PlaceRequest.with(java.lang.String name,
java.lang.String value)
Returns a new instance of the request with the specified parameter name and value. |
Constructors in net.customware.gwt.presenter.client.place with parameters of type PlaceRequest | |
---|---|
PlaceChangedEvent(PlaceRequest request)
|
|
PlaceRequestEvent(PlaceRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |