Class SheetTestController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.test.SheetTestController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class SheetTestController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SheetTestController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LocaleEntry>getLocaleList()List<SolarObject>getSolarArray()List<SolarObject>getSolarArray3()javax.faces.model.DataModelgetUndefined()
-
-
-
Method Detail
-
getSolarArray
public List<SolarObject> getSolarArray()
-
getSolarArray3
public List<SolarObject> getSolarArray3()
-
getLocaleList
public List<LocaleEntry> getLocaleList()
-
getUndefined
public javax.faces.model.DataModel getUndefined()
-
-