Package net.simplace.pipe.filler
Class FWDatabaseFormTableComponentFiller
java.lang.Object
net.simplace.pipe.filler.FWAbstractFormComponentFiller
net.simplace.pipe.filler.FWDatabaseFormTableComponentFiller
- Author:
- Martin Schmitz
-
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) Generation ofJFreeChartfrom individual SQL Statement not yet supported.protected List<org.jdom2.Element>generateFieldList(String aKey) Generation of form fields for table form component makes no sense.protected Vector<FWFormOption>generateFormOptions(String aSql) Generates options for table form component (FWTableChoiceSubComponent) from individual SQL statement.protected ObjectgenerateObject(String aKey) Returns the first statement result asResultSet.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
-
FWDatabaseFormTableComponentFiller
public FWDatabaseFormTableComponentFiller()
-
-
Method Details
-
generateFormOptions
Generates options for table form component (FWTableChoiceSubComponent) from individual SQL statement.- Specified by:
generateFormOptionsin classFWAbstractFormComponentFiller- Parameters:
aSql- SQL statement- Returns:
- a vector of form
FWFormTableOption
-
generateObject
Returns the first statement result asResultSet.- Specified by:
generateObjectin classFWAbstractFormComponentFiller- Returns:
- object
-
generateChart
Generation ofJFreeChartfrom individual SQL Statement not yet supported. Always generatedUnsupportedOperationException- Specified by:
generateChartin classFWAbstractFormComponentFiller- Returns:
- JFreeChart
-
generateFieldList
Generation of form fields for table form component makes no sense. Always generatedUnsupportedOperationException- Specified by:
generateFieldListin classFWAbstractFormComponentFiller- Returns:
- list of fields
-