com.google.gwt.app.place
Interface PlacePickerView<P extends Place>

Type Parameters:
P - the type of place displayed
All Superinterfaces:
IsWidget
All Known Implementing Classes:
CellListPlacePickerView

public interface PlacePickerView<P extends Place>
extends IsWidget

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

View for a PlacePicker.


Nested Class Summary
static interface PlacePickerView.Listener<P>
          Implemented by the presenter currently using this view.
 
Method Summary
 Widget asWidget()
          May throw UnsupportedOperationException, or return null.
 void setListener(PlacePickerView.Listener<P> listener)
           
 void setValues(java.util.List<P> places, Renderer<P> render)
          Renders a List of places.
 

Method Detail

setListener

void setListener(PlacePickerView.Listener<P> listener)

asWidget

Widget asWidget()
May throw UnsupportedOperationException, or return null.

Specified by:
asWidget in interface IsWidget
Returns:
the receiver as a Widget

setValues

void setValues(java.util.List<P> places,
               Renderer<P> render)
Renders a List of places.

Parameters:
places -