Package net.simplace.client.sim.filler
Class FWFormComponentFillerHSSFwb
java.lang.Object
net.simplace.pipe.filler.FWAbstractFormComponentFiller
net.simplace.client.sim.filler.FWFormComponentFillerHSSFwb
This Component Filler reads data from an XLS file via HSSF workbook.
- Author:
- Andreas Enders, rlaudien ...can be used in three different ways: (i) key="formFiller.jumper">initial!A ...fills component from A1 to the last data cell of col A (ii) key="formFiller.jumper">initial!A2:A4 ...fills component from cell A2 to A4 (iii) key="formFiller.jumper">initial!A3 ...fills component with cell value of A3
-
Field Summary
Fields inherited from class net.simplace.pipe.filler.FWAbstractFormComponentFiller
iObervable, iParameterMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jfree.chart.JFreeChartgenerateChart(String aKey, ChartStyle aChartStyle) protected List<org.jdom2.Element>generateFieldList(String aKey) protected Vector<FWFormOption>generateFormOptions(String aKey) protected ObjectgenerateObject(String aKey) Methods inherited from class net.simplace.pipe.filler.FWAbstractFormComponentFiller
getChart, getConfiguration, getContent, getFieldList, getFormOptions, getObject, getParameter, getStringParameter, getSystemID, getTitle, hasConfiguration, initialize, replaceParamTokens, setContent, setTitle
-
Constructor Details
-
FWFormComponentFillerHSSFwb
public FWFormComponentFillerHSSFwb()
-
-
Method Details
-
generateFormOptions
- Specified by:
generateFormOptionsin classFWAbstractFormComponentFiller- Parameters:
aKey-- Returns:
- a vector of form options
-
generateChart
- Specified by:
generateChartin classFWAbstractFormComponentFiller- Returns:
- JFreeChart
-
generateObject
- Specified by:
generateObjectin classFWAbstractFormComponentFiller- Returns:
- object
-
generateFieldList
- Specified by:
generateFieldListin classFWAbstractFormComponentFiller- Returns:
- list of fields
-