com.ibm.di.config.base
Class FormItemConfigImpl
java.lang.Object
   com.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.BaseConfigurationImpl
       com.ibm.di.config.base.FormItemConfigImpl
com.ibm.di.config.base.FormItemConfigImpl
- All Implemented Interfaces: 
- BaseConfiguration, FormItemConfig, MetamergeConfigChangeListener, Serializable
- public class FormItemConfigImpl 
- extends BaseConfigurationImpl- implements FormItemConfig
- See Also:
- Serialized Form
 
 
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration | 
| DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SUBTREE | 
 
 
 
| Methods inherited from class com.ibm.di.config.base.BaseConfigurationImpl | 
| addListener, configurationChanged, deepClone, expandPropertyValue, expandPropertyValue, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterPropertySourceFromValue, getParameterRaw, getParent, getParentName, getPath, getReferences, getResHash, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isParameterLocal, nameForChild, notifyChange, notifyChange, performNotifyChange, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, toString, updateInheritsFrom, willExpandProps, willFlatten, willUseInherited | 
 
 
| Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration | 
| addListener, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isParameterLocal, nameForChild, notifyChange, notifyChange, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten | 
 
FormItemConfigImpl
public FormItemConfigImpl()
FormItemConfigImpl
public FormItemConfigImpl(Object config)
setForm
public void setForm(FormConfig form)
- 
- Specified by:
- setFormin interface- FormItemConfig
 
- 
 
getForm
public FormConfig getForm()
- 
- Specified by:
- getFormin interface- FormItemConfig
 
- 
 
getValues
public Vector getValues()
- 
- Specified by:
- getValuesin interface- FormItemConfig
 
- 
 
setValue
public void setValue(Vector values)
- 
- Specified by:
- setValuein interface- FormItemConfig
 
- 
 
getSyntax
public String getSyntax()
- 
- Specified by:
- getSyntaxin interface- FormItemConfig
 
- 
 
setSyntax
public void setSyntax(String str)
- 
- Specified by:
- setSyntaxin interface- FormItemConfig
 
- 
 
getLabel
public String getLabel()
- 
- Specified by:
- getLabelin interface- FormItemConfig
 
- 
 
setLabel
public void setLabel(String str)
- 
- Specified by:
- setLabelin interface- FormItemConfig
 
- 
 
getToolTip
public String getToolTip()
- 
- Specified by:
- getToolTipin interface- FormItemConfig
 
- 
 
setToolTip
public void setToolTip(String str)
- 
- Specified by:
- setToolTipin interface- FormItemConfig
 
- 
 
getDefaultValue
public String getDefaultValue()
- 
- Specified by:
- getDefaultValuein interface- FormItemConfig
 
- 
 
setDefaultValue
public void setDefaultValue(String str)
- 
- Specified by:
- setDefaultValuein interface- FormItemConfig
 
- 
 
getScript
public String getScript()
- Description copied from interface: BaseConfiguration
- Gets the script attribute of the BaseConfiguration object
 
- 
- Specified by:
- getScriptin interface- BaseConfiguration
- Specified by:
- getScriptin interface- FormItemConfig
- Overrides:
- getScriptin class- BaseConfigurationImpl
 
- 
- Returns:
- The script value
 
setScript
public void setScript(String str)
- Description copied from interface: BaseConfiguration
- Sets the script attribute of the BaseConfiguration object
 
- 
- Specified by:
- setScriptin interface- BaseConfiguration
- Specified by:
- setScriptin interface- FormItemConfig
- Overrides:
- setScriptin class- BaseConfigurationImpl
 
- 
- Parameters:
- str- The new script value
 
getScriptLabel
public String getScriptLabel()
- 
- Specified by:
- getScriptLabelin interface- FormItemConfig
 
- 
 
setScriptLabel
public void setScriptLabel(String str)
- 
- Specified by:
- setScriptLabelin interface- FormItemConfig
 
- 
 
getScriptToolTip
public String getScriptToolTip()
- 
- Specified by:
- getScriptToolTipin interface- FormItemConfig
 
- 
 
setScriptToolTip
public void setScriptToolTip(String str)
- 
- Specified by:
- setScriptToolTipin interface- FormItemConfig
 
-