com.google.gwt.app.place
Class PlacePicker<P extends Place>
java.lang.Object
com.google.gwt.app.place.PlacePicker<P>
- Type Parameters:
P - the type of places listed
- All Implemented Interfaces:
- PlacePickerView.Listener<P>
public class PlacePicker<P extends Place>
- extends java.lang.Object
- implements PlacePickerView.Listener<P>
Experimental API: This class is still under rapid
development, and is very likely to be deleted. Use it at your own risk.
Presenter that goes to Places the user picks.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlacePicker
public PlacePicker(PlacePickerView<P> view,
PlaceController<? super P> placeController,
Renderer<P> renderer)
placePicked
public void placePicked(P place)
- Specified by:
placePicked in interface PlacePickerView.Listener<P extends Place>
setPlaces
public void setPlaces(java.util.List<P> places)