Class SheetController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.SheetController
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SheetSortingController
@ViewAccessScoped @Named public class SheetController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SheetController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnEventSample()List<SolarObject>getHugeSolarList()List<Markup>getMarkup()SelectablegetSelectable()SelectItem[]getSelectableModes()SolarObjectgetSelectedSolarObject()SheetStategetSheetState()List<SolarObject>getSolarList()javax.faces.convert.ConvertergetYearConverter()booleanisAutomaticLayout()voidselectSolarObject(javax.faces.event.FacesEvent actionEvent)voidsetAutomaticLayout(boolean automaticLayout)voidsetColumnEventSample(int columnEventSample)voidsetMarkup(List<Markup> markup)voidsetSelectable(Selectable selectable)voidsetSheetState(SheetState sheetState)
-
-
-
Method Detail
-
getSolarList
public List<SolarObject> getSolarList()
-
getHugeSolarList
public List<SolarObject> getHugeSolarList()
-
getSheetState
public SheetState getSheetState()
-
setSheetState
public void setSheetState(SheetState sheetState)
-
selectSolarObject
public void selectSolarObject(javax.faces.event.FacesEvent actionEvent)
-
getSelectedSolarObject
public SolarObject getSelectedSolarObject()
-
isAutomaticLayout
public boolean isAutomaticLayout()
-
setAutomaticLayout
public void setAutomaticLayout(boolean automaticLayout)
-
setColumnEventSample
public void setColumnEventSample(int columnEventSample)
-
getColumnEventSample
public int getColumnEventSample()
-
getYearConverter
public javax.faces.convert.Converter getYearConverter()
-
getSelectable
public Selectable getSelectable()
-
setSelectable
public void setSelectable(Selectable selectable)
-
getSelectableModes
public SelectItem[] getSelectableModes()
-
-