net.simplace.client.sim.filler.FWSimCacheListFormComponentFiller
FormComponent filler creates
- form options from FWSimCache
- projects (no additional input)
- simulations (formFiller.projectid has to be passed)
- caches (formFiller.projectid and formFiller.simulationid has to be passed)
- variables (formFiller.projectid and formFiller.simulationid and formFiller.cacheid has to be passed)
- chart from SimCache
- it has to be passed: formFiller.projectid and formFiller.simulationid and formFiller.cacheid has to be passed)
public class FWSimCacheListFormComponentFiller extends
net.simplace.pipe.filler.FWAbstractFormComponentFiller {
// Public Constructors
public FWSimCacheListFormComponentFiller();
// Protected Instance Methods
}
Hierarchy: java.lang.Object - net.simplace.pipe.filler.FWAbstractFormComponentFiller - FWSimCacheListFormComponentFiller