net.simplace.pipe.filler.FWObservableFormComponentFiller

This Component Filler generates form options from a observable. Filter class as abstract or interface of the given classes that are matched in the observable.


public class FWObservableFormComponentFiller extends
FWAbstractFormComponentFiller {
// Public Constructors
public FWObservableFormComponentFiller();


// Protected Instance Methods
protected Vector generateFormOptions(String aKey);
// Defines FWAbstractFormComponentFiller



returns a vector of form options
protected JFreeChart generateChart(String aKey, ChartStyle aChartStyle);
// Defines FWAbstractFormComponentFiller


protected Object generateObject(String aKey);
// Defines FWAbstractFormComponentFiller


protected List generateFieldList(String aKey);
// Defines FWAbstractFormComponentFiller




}



Hierarchy: java.lang.Object - FWAbstractFormComponentFiller - FWObservableFormComponentFiller