Uses of Class
net.sourceforge.ajaxtags.demo.Car

Packages that use Car
net.sourceforge.ajaxtags.demo   
 

Uses of Car in net.sourceforge.ajaxtags.demo
 

Methods in net.sourceforge.ajaxtags.demo that return types with arguments of type Car
 List<Car> CarService.getAllCars()
          Get all cars.
 List<Car> CarService.getModelsByMake(String make)
          Get all models for a particular car maker.
 List<Car> CarService.getModelsByName(String name)
          Get all models that start with name.
 



Copyright © 2005-2010 The Ajaxtags Team. All Rights Reserved.