Package net.simplace.pipe.filler
Klasse FWAbstractFormComponentFiller
java.lang.Object
net.simplace.pipe.filler.FWAbstractFormComponentFiller
- Bekannte direkte Unterklassen:
FWArraysFormComponentFiller,FWASCIIFormComponentFiller,FWClasspathFormComponentFiller,FWDatabaseFormComponentFiller,FWDatabaseFormTableComponentFiller,FWFilebasedFormComponentFiller,FWFormComponentFillerHSSFwb,FWMapFormComponentFiller,FWObservableFormComponentFiller,FWScenarioFormComponentFiller,FWSimCacheListFormComponentFiller,FWSimVariablesFormComponentFiller,FWSystemFormComponentFiller
The Component Filler is overwritten by classes which achieve data from different sources,
as an XLS sheet or a database, and generate a Map Object to be able to return dynamic
options for a form component.
- Autor:
- Andreas Enders
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract org.jfree.chart.JFreeChartgenerateChart(String aKey, ChartStyle aChartStyle) protected abstract List<org.jdom2.Element> generateFieldList(String aKey) protected abstract Vector<FWFormOption> generateFormOptions(String aKey) protected abstract ObjectgenerateObject(String aKey) org.jfree.chart.JFreeChartgetChart(String aKey, ChartStyle aChartStyle) protected org.jdom2.Elementprotected ObjectList<org.jdom2.Element> getFieldList(String aKey) getFormOptions(String aKey) protected ObjectgetParameter(String aKey) protected StringgetStringInParameter(String aKey) protected StringgetStringParameter(String aKey) protected StringgetTitle()protected booleanprotected BooleanhasParameter(String aKey) voidinitialize(Object aContent, Map<String, Object> aParameterMap, FWObservable aObservable, String aSystemID, org.jdom2.Element aConfiguration) protected StringreplaceParamTokens(String aKey, String aDefault) protected voidsetContent(Object aContent) void
-
Felddetails
-
iParameterMap
-
iObervable
-
-
Konstruktordetails
-
FWAbstractFormComponentFiller
public FWAbstractFormComponentFiller()
-
-
Methodendetails
-
initialize
public void initialize(Object aContent, Map<String, Object> aParameterMap, FWObservable aObservable, String aSystemID, org.jdom2.Element aConfiguration) - Parameter:
aContent- the content to setaParameterMap- to configure the FilleraObservable-aSystemID-aConfiguration- IMPORTANT: This has to be called after instantiation of the filler via class for name
-
generateFormOptions
- Parameter:
aKey-- Gibt zurück:
- a vector of form options
-
generateChart
- Parameter:
aKey-aChartStyle-- Gibt zurück:
- JFreeChart
-
generateObject
- Parameter:
aKey-- Gibt zurück:
- object
-
generateFieldList
- Parameter:
aKey-- Gibt zurück:
- list of fields
-
getContent
- Gibt zurück:
- the content
-
hasParameter
- Parameter:
aKey-- Gibt zurück:
- the value of the parameter
-
getStringParameter
- Parameter:
aKey-- Gibt zurück:
- the value of the parameter
-
getStringInParameter
- Parameter:
aKey-- Gibt zurück:
- the value of the parameter
-
getParameter
- Parameter:
aKey-- Gibt zurück:
- the value of the parameter
-
replaceParamTokens
- Parameter:
aKey-aDefault-- Gibt zurück:
- the value of the parameter
-
setContent
- Parameter:
aContent- the content to set
-
getFormOptions
- Parameter:
aKey-- Gibt zurück:
- the generated FormOptions
-
getFieldList
- Parameter:
aKey-- Gibt zurück:
- the field list
-
getChart
- Parameter:
aKey-aChartStyle-- Gibt zurück:
- the content
-
getObject
- Parameter:
aKey-aClassname-- Gibt zurück:
- the content
-
getSystemID
-
getConfiguration
protected org.jdom2.Element getConfiguration() -
hasConfiguration
protected boolean hasConfiguration() -
getTitle
-
setTitle
-