Uses of Class
models.CaselloModel
- 
Packages that use CaselloModel Package Description controllers Controller classesviews View classes - 
- 
Uses of CaselloModel in controllers
Methods in controllers that return types with arguments of type CaselloModel Modifier and Type Method Description java.util.ArrayList<CaselloModel>Autostrada. getCaselli()Methods in controllers with parameters of type CaselloModel Modifier and Type Method Description booleanCasello. saveCasello(CaselloModel casello)Save a new casello into the database - 
Uses of CaselloModel in views
Method parameters in views with type arguments of type CaselloModel Modifier and Type Method Description voidCaselli. addList(java.util.ArrayList<CaselloModel> items)voidCaselli. addTable(java.util.ArrayList<CaselloModel> items) 
 -