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.
confirm
boolean confirm(java.lang.String msg)
setDelegate
void setDelegate(RecordDetailsView.Delegate delegate)