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<org.apache.myfaces.tobago.context.Markup>getMarkup()org.apache.myfaces.tobago.model.SelectablegetSelectable()org.apache.myfaces.tobago.model.SelectItem[]getSelectableModes()SolarObjectgetSelectedSolarObject()org.apache.myfaces.tobago.model.SheetStategetSheetState()List<SolarObject>getSolarList()javax.faces.convert.ConvertergetYearConverter()booleanisAutomaticLayout()voidselectSolarObject(javax.faces.event.FacesEvent actionEvent)voidsetAutomaticLayout(boolean automaticLayout)voidsetColumnEventSample(int columnEventSample)voidsetMarkup(List<org.apache.myfaces.tobago.context.Markup> markup)voidsetSelectable(org.apache.myfaces.tobago.model.Selectable selectable)voidsetSheetState(org.apache.myfaces.tobago.model.SheetState sheetState)
-
-
-
Method Detail
-
getSolarList
public List<SolarObject> getSolarList()
-
getHugeSolarList
public List<SolarObject> getHugeSolarList()
-
getSheetState
public org.apache.myfaces.tobago.model.SheetState getSheetState()
-
setSheetState
public void setSheetState(org.apache.myfaces.tobago.model.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)
-
getMarkup
public List<org.apache.myfaces.tobago.context.Markup> getMarkup()
-
setMarkup
public void setMarkup(List<org.apache.myfaces.tobago.context.Markup> markup)
-
setColumnEventSample
public void setColumnEventSample(int columnEventSample)
-
getColumnEventSample
public int getColumnEventSample()
-
getYearConverter
public javax.faces.convert.Converter getYearConverter()
-
getSelectable
public org.apache.myfaces.tobago.model.Selectable getSelectable()
-
setSelectable
public void setSelectable(org.apache.myfaces.tobago.model.Selectable selectable)
-
getSelectableModes
public org.apache.myfaces.tobago.model.SelectItem[] getSelectableModes()
-
-