Package | Description |
---|---|
com.hof.mi.etl.step | |
com.hof.mi.etl.step.definition.ui | |
com.hof.parameters |
Modifier and Type | Method and Description |
---|---|
protected ETLStepConfigPanel |
AbstractETLInlineRowStep.generateDefaultPanel(java.lang.String panelKey,
java.lang.String panelName,
java.lang.String panelDesc,
java.lang.String panelClassName,
java.util.List<ParameterSection> sectionList)
This is a helper function to generate a basic panel with the parameters that are passed in.
|
Modifier and Type | Class and Description |
---|---|
class |
ETLStepConfigSection |
Modifier and Type | Method and Description |
---|---|
java.util.List<ParameterSection> |
ETLStepConfigPanel.getSections()
Return the list of sections (ETLStepConfigSection) of this Configure panel
|
Modifier and Type | Method and Description |
---|---|
void |
ETLStepConfigPanel.addSection(ParameterSection section)
Add a section to this Configure panel
|
Constructor and Description |
---|
ETLStepConfigPanel(java.lang.String panelKey,
java.lang.String panelName,
java.lang.String desc,
java.util.List<ParameterSection> sections) |
ETLStepConfigPanel(java.lang.String panelKey,
java.lang.String panelName,
java.lang.String desc,
java.util.List<ParameterSection> sections,
java.lang.String panelClassName) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ParameterSection> |
ParameterPanelCollection.getSectionMap()
Get a Map of section key to section, for all ParameterSections in this panel collection.
Use this method only if all sections in this PanelCollection have unique keys. |
abstract java.util.List<ParameterSection> |
ParameterPanel.getSections()
Sections within the panel
|
java.util.Map<java.lang.String,java.util.List<ParameterSection>> |
DynamicParameterOptions.getSections() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicParameterOptions.addSection(java.lang.String dynamicKey,
java.lang.String panelKey,
ParameterSection section)
Any section added here will be added to the client-side panel collection, provided it can find
the panelKey matches a panel in that collection.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicParameterOptions.setSections(java.util.Map<java.lang.String,java.util.List<ParameterSection>> sections) |