public class ETLStepConfigPanel extends ParameterPanel
data, dynamicKey| Constructor and Description |
|---|
ETLStepConfigPanel(java.lang.String panelKey,
java.lang.String stepName) |
ETLStepConfigPanel(java.lang.String panelKey,
java.lang.String panelName,
java.lang.String desc) |
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 |
|---|---|
void |
addSection(ParameterSection section)
Add a section to this Configure panel
|
java.lang.String |
getDescription()
Return the full description of this Configure panel
|
java.util.List<ParameterDisplayRule> |
getDisplayRules()
Return the list of display rules for this Configure panel
|
GeneralPanelOptions |
getGeneralOptions()
Return the general panel options for this Configure panel.
|
java.lang.String |
getName()
Return the name of the Configure panel
|
java.lang.String |
getPanelKey()
Return the panel key of this Configure panel.
|
java.lang.String |
getParameterPanelClassName()
Return the style class of the ParameterPanel
|
java.util.List<ParameterSection> |
getSections()
Return the list of sections (ETLStepConfigSection) of this Configure panel
|
void |
setGeneralOptions(GeneralPanelOptions options)
Set the general panel options for this Configure panel
|
void |
setPanelClassName(java.lang.String panelClassName)
Set a style class for the ParameterPanel
|
getData, getDynamicKey, getParameters, setDynamicKey, setSortOrder, toJSONpublic ETLStepConfigPanel(java.lang.String panelKey,
java.lang.String stepName)
public ETLStepConfigPanel(java.lang.String panelKey,
java.lang.String panelName,
java.lang.String desc)
public ETLStepConfigPanel(java.lang.String panelKey,
java.lang.String panelName,
java.lang.String desc,
java.util.List<ParameterSection> sections)
public ETLStepConfigPanel(java.lang.String panelKey,
java.lang.String panelName,
java.lang.String desc,
java.util.List<ParameterSection> sections,
java.lang.String panelClassName)
public java.lang.String getPanelKey()
getPanelKey in class ParameterPanelpublic java.lang.String getName()
getName in class ParameterPanelpublic java.lang.String getDescription()
getDescription in class ParameterPanelpublic java.util.List<ParameterSection> getSections()
getSections in class ParameterPanelpublic java.util.List<ParameterDisplayRule> getDisplayRules()
getDisplayRules in class ParameterPanelpublic GeneralPanelOptions getGeneralOptions()
getGeneralOptions in class ParameterPanelpublic void setGeneralOptions(GeneralPanelOptions options)
public void addSection(ParameterSection section)
public java.lang.String getParameterPanelClassName()
getParameterPanelClassName in class ParameterPanelpublic void setPanelClassName(java.lang.String panelClassName)