Package | Description |
---|---|
com.hof.mi.etl.step.definition.ui | |
com.hof.parameters |
Modifier and Type | Method and Description |
---|---|
java.util.List<ParameterDisplayRule> |
ETLStepPanels.getDisplayRules()
Return the list of display rules of this panel collection
|
java.util.List<ParameterDisplayRule> |
ETLStepConfigSection.getDisplayRules()
Return the list of display rules for this Configure section.
|
java.util.List<ParameterDisplayRule> |
ETLStepConfigPanel.getDisplayRules()
Return the list of display rules for this Configure panel
|
Modifier and Type | Method and Description |
---|---|
void |
ETLStepConfigSection.addDisplayRule(ParameterDisplayRule displayRule) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<ParameterDisplayRule> |
ParameterPanelCollection.getDisplayRules() |
abstract java.util.List<ParameterDisplayRule> |
ParameterPanel.getDisplayRules()
Display rules for the panel, should be used when you want to show/hide a panel based on values entered
by the user within this panel
|
java.util.List<ParameterDisplayRule> |
Parameter.getDisplayRules()
When to display/hide this parameter
|
java.util.List<ParameterDisplayRule> |
ParameterDisplayRule.getDisplayRules()
Can have child display rules if we are looking at a complex rule.
|
abstract java.util.List<ParameterDisplayRule> |
ParameterSection.getDisplayRules()
Displays to determine whether or not the Section should be visible
|
java.util.List<ParameterDisplayRule> |
ParameterImpl.getDisplayRules() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterImpl.addDisplayRule(ParameterDisplayRule rule) |
void |
ParameterDisplayRule.addRule(ParameterDisplayRule newRule) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterDisplayRule.setDisplayRules(java.util.List<ParameterDisplayRule> rules) |
void |
ParameterImpl.setDisplayRules(java.util.List<ParameterDisplayRule> displayRules) |