com.google.gwt.app.place
Interface PropertyView<R extends Record>

Type Parameters:
R - the type of the record
All Known Subinterfaces:
RecordEditView<R>, RecordListView<R>
All Known Implementing Classes:
AbstractRecordListView

public interface PropertyView<R extends Record>

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

A view that displays a set of Property values for a type of Record.


Method Summary
 java.util.Set<Property<?>> getProperties()
           
 

Method Detail

getProperties

java.util.Set<Property<?>> getProperties()
Returns:
the set of properties this view displays, which are guaranteed to be properties of R