Package | Description |
---|---|
com.hof.mi.etl.step.definition.ui | |
com.hof.parameters |
Modifier and Type | Class and Description |
---|---|
class |
ETLStepConfigPanel |
Modifier and Type | Method and Description |
---|---|
java.util.List<ParameterPanel> |
ETLStepPanels.getPanels()
Return the list of panels of this panel collection
|
Modifier and Type | Method and Description |
---|---|
void |
ETLStepPanels.addPanel(ParameterPanel panel)
Add a panel to this panel collection
|
Constructor and Description |
---|
ETLStepPanels(java.lang.String name,
java.lang.String description,
java.util.List<ParameterPanel> panels) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<ParameterPanel> |
ParameterPanelCollection.getPanels()
Different panels (or tabs) that will be visible ot the user
|
java.util.List<ParameterPanel> |
DynamicParameterOptions.getPanels() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicParameterOptions.addPanel(java.lang.String dynamicKey,
ParameterPanel panel)
Adds a panel to the response object, any panels that are added here will
be added to the client-side panels collection
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicParameterOptions.setPanels(java.util.List<ParameterPanel> panels) |