Uses of Class
edu.uoc.exemplefw.forms.CustomerListRow

Packages that use CustomerListRow
edu.uoc.exemplefw.forms   
 

Uses of CustomerListRow in edu.uoc.exemplefw.forms
 

Methods in edu.uoc.exemplefw.forms that return types with arguments of type CustomerListRow
 java.util.List<CustomerListRow> CustomerListForm.getCustomerList()
           
 

Method parameters in edu.uoc.exemplefw.forms with type arguments of type CustomerListRow
 void CustomerListForm.setCustomerList(java.util.List<CustomerListRow> customerList)