i-net Clear Reports

Uses of Interface
com.inet.report.DynamicValueProvider

Packages that use DynamicValueProvider
com.inet.report Provides all classes and interfaces for the i-net Clear Reports Java reporting engine, the ReportServlet, the standalone Listener and the Runtime Design Component (RDC). 
 

Uses of DynamicValueProvider in com.inet.report
 

Classes in com.inet.report that implement DynamicValueProvider
 class CascadingValueProvider
          Creates a CascadingValueProvider which provides default values for a prompt based on a value of a parent prompt field.
 class FieldValueProvider
          The FieldValueProvider takes one or two DatabaseFields and at run time provides the values in the fields as default values.
 class QueryValueProvider
          This implementation of DynamicValueProvider takes a given SQL statement and executes it as a query on the given data source.
 class SQLValueProvider
          This implementation of DynamicValueProvider takes a given SQL statement and executes it as a query on the given data source.
 

Methods in com.inet.report that return DynamicValueProvider
 DynamicValueProvider PromptField.getDefaultValueProvider()
          If a DynamicValueProvider has been set for this PromptField, this method will return this provider.
 

Methods in com.inet.report with parameters of type DynamicValueProvider
 void PromptField.setDefaultValueProvider(DynamicValueProvider provider)
          Sets the DynamicValueProvider which will dynamically create values for the default values at run-time.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH