Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.pipe.filler.FWDatabaseFormTableComponentFiller
This Component Filler reads individual data from database to fill
net.simplace.pipe.formcomponents.choice.FWTableChoiceSubComponent
form component of type "table".
public class
FWDatabaseFormTableComponentFiller
extends
FWAbstractFormComponentFiller
{
// Public Constructors
public
FWDatabaseFormTableComponentFiller
();
// Protected Instance Methods
protected Vector
generateFormOptions
(String aSql);
// Defines
FWAbstractFormComponentFiller
Generates options for table form component (
net.simplace.pipe.formcomponents.choice.FWTableChoiceSubComponent
) from individual SQL statement.
aSql
SQL statement
returns
a vector of form {@link FWFormTableOption}
protected Object
generateObject
(String aKey);
// Defines
FWAbstractFormComponentFiller
Returns the first statement result as java.sql.ResultSet.
protected JFreeChart
generateChart
(String aKey,
ChartStyle
aChartStyle);
// Defines
FWAbstractFormComponentFiller
Generation of org.jfree.chart.JFreeChart from individual SQL Statement not yet supported. Always generated java.lang.UnsupportedOperationException
protected List
generateFieldList
(String aKey);
// Defines
FWAbstractFormComponentFiller
Generation of form fields for table form component makes no sense. Always generated java.lang.UnsupportedOperationException
}
Hierarchy:
java.lang.Object -
FWAbstractFormComponentFiller
- FWDatabaseFormTableComponentFiller