|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use CascadingSource | |
|---|---|
| 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 CascadingSource in com.inet.report |
|---|
| Classes in com.inet.report that implement CascadingSource | |
|---|---|
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. |
| Methods in com.inet.report that return CascadingSource | |
|---|---|
CascadingSource |
CascadingValueProvider.getParentSource()
Returns the parent source which provides the reference name for the parent prompt when referencing it in the generated SQL query. |
| Methods in com.inet.report with parameters of type CascadingSource | |
|---|---|
void |
CascadingValueProvider.setParentSource(CascadingSource parentSource)
Sets the parent source for this cascading prompt that will provide the reference name of the parent to use in the generated SQL query. |
| Constructors in com.inet.report with parameters of type CascadingSource | |
|---|---|
CascadingValueProvider(PromptField parent,
CascadingSource parentSource,
DatabaseField values,
DatabaseField descriptions,
int sortType)
Initializes a CascadingValueProvider with the given parent, value field and (optionally) description field, as well as the desired sort type. |
|
|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||