Uses of Interface
org.jminor.framework.client.model.PropertySummaryModel

Packages that use PropertySummaryModel
org.jminor.framework.client.model   
org.jminor.framework.client.ui   
 

Uses of PropertySummaryModel in org.jminor.framework.client.model
 

Classes in org.jminor.framework.client.model that implement PropertySummaryModel
 class DefaultPropertySummaryModel
          A default PropertySummaryModel implementation.
 

Methods in org.jminor.framework.client.model that return PropertySummaryModel
 PropertySummaryModel EntityTableModel.getPropertySummaryModel(Property property)
          Returns the PropertySummaryModel associated with the given property
 PropertySummaryModel DefaultEntityTableModel.getPropertySummaryModel(Property property)
          Returns the PropertySummaryModel associated with the given property
 PropertySummaryModel EntityTableModel.getPropertySummaryModel(String propertyID)
          Returns the PropertySummaryModel associated with the property identified by propertyID
 PropertySummaryModel DefaultEntityTableModel.getPropertySummaryModel(String propertyID)
          Returns the PropertySummaryModel associated with the property identified by propertyID
 

Uses of PropertySummaryModel in org.jminor.framework.client.ui
 

Methods in org.jminor.framework.client.ui that return PropertySummaryModel
 PropertySummaryModel PropertySummaryPanel.getModel()
           
 

Constructors in org.jminor.framework.client.ui with parameters of type PropertySummaryModel
PropertySummaryPanel(PropertySummaryModel model)