Uses of Class
org.apache.myfaces.tobago.example.demo.model.solar.SolarObject

Packages that use SolarObject
org.apache.myfaces.tobago.example.demo   
org.apache.myfaces.tobago.example.demo.model.solar   
 

Uses of SolarObject in org.apache.myfaces.tobago.example.demo
 

Methods in org.apache.myfaces.tobago.example.demo that return SolarObject
 SolarObject[] TobagoDemoController.getSolarArray()
           
 

Methods in org.apache.myfaces.tobago.example.demo that return types with arguments of type SolarObject
 List<SolarObject> TobagoDemoController.getSolarList()
           
 

Methods in org.apache.myfaces.tobago.example.demo with parameters of type SolarObject
 void TobagoDemoController.setSolarArray(SolarObject[] solarArray)
           
 

Method parameters in org.apache.myfaces.tobago.example.demo with type arguments of type SolarObject
 void TobagoDemoController.setSolarList(List<SolarObject> solarList)
           
 

Uses of SolarObject in org.apache.myfaces.tobago.example.demo.model.solar
 

Methods in org.apache.myfaces.tobago.example.demo.model.solar that return SolarObject
static SolarObject[] SolarObject.getArray()
           
 

Methods in org.apache.myfaces.tobago.example.demo.model.solar that return types with arguments of type SolarObject
static List<SolarObject> SolarObject.getList()
           
static List<SolarObject> SolarObject.getSatellites(String center)
           
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.