| Interface | Description |
|---|---|
| CssDeclaration |
Interface is for classes representing a CSS Declaration.
|
| CssRule |
Interface is for classes representing a CSS Rule
|
| Parameter |
| Class | Description |
|---|---|
| CssDeclarationImpl | |
| CssRuleImpl |
Represents a css rule
|
| CssRuleSerializer |
Serializer for converting a CssRule object into JSON using Gson.
|
| DynamicParameterOptions |
Used by ParameterValueLoader to store any dynamic panels, sections, parameters or values that will be passed to the front-end after an event is triggered
by a ParameterPanelCollection's events.
|
| FileUploadParameter |
Helper class to generate a file upload parameter for use in ParameterPanelCollection,
will setup all the fields that the client-side needs automatically
|
| GeneralPanelOptions | |
| ListOptions |
Defines options for rendering any Parameter implementation as a List
|
| ParameterDisplayRule |
One may need to hide or show a Parameter based on user input.
|
| ParameterImpl | |
| ParameterPanel | |
| ParameterPanelCollection | |
| ParameterSection |
This interface should be used to define user sections for UserInputParameters that will
allow us to setup sections of an interface on the backend that will be passed to a javascript
generator that will convert into a usable interface
|
| ParameterValidation |
This class is used to define simple front-end validation rules
|
| ParameterValueDisplay | |
| ParameterValueLoader | |
| ParamToJDBCTypeConverter |
ParamToJDBCTypeConverter
--------------------------
- This is implemented for ETL purposes only and does not
support all available UserInputParameters at present -
Takes an integer representing a UserInputParameter field
type and converts it to a matching JDBC data field type
|
| PasswordParameter |
Helper class to generate a password parameter for use in ParameterPanelCollection.
|
| PropertyLocation | |
| ValueDependent |
| Enum | Description |
|---|---|
| InputType |