com.google.gwt.app.place
Interface RecordDetailsView<R>

Type Parameters:
R - the type of object to show
All Superinterfaces:
IsWidget, TakesValue<R>

public interface RecordDetailsView<R>
extends TakesValue<R>, IsWidget

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

Implemented by views that show the details of an object.


Nested Class Summary
static interface RecordDetailsView.Delegate
          Implemented by the owner of the view.
 
Method Summary
 boolean confirm(java.lang.String msg)
           
 void setDelegate(RecordDetailsView.Delegate delegate)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.TakesValue
getValue, setValue
 
Methods inherited from interface com.google.gwt.app.place.IsWidget
asWidget
 

Method Detail

confirm

boolean confirm(java.lang.String msg)

setDelegate

void setDelegate(RecordDetailsView.Delegate delegate)