Uses of Class
org.hackystat.projectbrowser.page.projects.PropUriRowModel

Packages that use PropUriRowModel
org.hackystat.projectbrowser.page.projects Provides the Projects page. 
 

Uses of PropUriRowModel in org.hackystat.projectbrowser.page.projects
 

Methods in org.hackystat.projectbrowser.page.projects that return types with arguments of type PropUriRowModel
 java.util.List<PropUriRowModel> ProjectsModel.getPropUriRowsView()
          Get the list of properties and uris at bottom of edit form.
 

Method parameters in org.hackystat.projectbrowser.page.projects with type arguments of type PropUriRowModel
 void ProjectsModel.setPropUriRowsView(java.util.List<PropUriRowModel> propertyUriRows)
          Set the list of properties and uris at bottom of edit form.