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 boolean
Casello. 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 void
Caselli. addList(java.util.ArrayList<CaselloModel> items)
void
Caselli. addTable(java.util.ArrayList<CaselloModel> items)
-