Package com.softwaremining.vendors.ile
Class ILERequestEntry
java.lang.Object
com.softwaremining.ui.RequestEntry
com.softwaremining.vendors.ile.ILERequestEntry
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields inherited from class com.softwaremining.ui.RequestEntry
ATTR_BLANK_SCREEN, ATTR_BLINK, ATTR_BRIGHT, ATTR_DARK, ATTR_NORMAL, ATTR_REVERSED, ATTR_UNCHANGED, ATTR_UNDERSCORE, MODE_BUTTON, MODE_CHECKBOX, MODE_DROP_DOWN, MODE_HIDDEN, MODE_HIDDEN_INPUT, MODE_IMAGE, MODE_INPUT, MODE_INPUT_WITH_INDICATOR, MODE_RADIO, MODE_STATIC, MODE_TEXT_FROM, MODE_TO, PARAM_TARGET_ARRAY_SIZE, PARAM_TARGET_BGCOLOR, PARAM_TARGET_COLUMN, PARAM_TARGET_FGCOLOR, PARAM_TARGET_LENGTH, PARAM_TARGET_ROW, PARAM_TARGET_VALUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOutputIndicator
(boolean status, ILEIndicator indicator) void
void
generateInputTag
(Element param) this is a virtual method for benefit of ILERequestEntryprotected RequestEntry
boolean
used internal by softwaremining frameworkvoid
setChangeIndicatorNumber
(String ddsIndicatorNumber) this is a virtual method for benefit of ILERequestEntryMethods inherited from class com.softwaremining.ui.RequestEntry
addDynamicParameter, addSelectOption, calculateLength, clone, clone, copySelectionOptions, equals, formatFor_BMSPicin, getArrayElement, getArraySize, getAttr, getBackgroundColor, getBMSColor, getBmsPicin, getBmsPicout, getCheckedValue, getColumn, getCurrentValue, getDefaultXMLValue, getDisplayObject, getDropDownWidth, getDynamicParameterName, getDynamicParameterTargets, getForegroundColor, getImageHeight, getImageWidth, getLength, getMode, getParamName, getParamPicture, getParamPictureString, getRow, getSelectionDefaultValue, getSelectOptions, getValue, isBmsNormal, isBright, isChecked, isDark, isDisabled, isFocused, isFset, isModified, isNumeric, isPassword, isRightJustified, isUnderline, isUsedForInput, isVisible, setArrayElement, setArraySize, setAttr, setBackgroundColor, setBMSColor, setBMSFocus, setBmsPicin, setChecked, setCheckedValue, setColumn, setDisabled, setDynamicParameterValue, setFocus, setForegroundColor, setFset, setImageHeight, setImageWidth, setInternalVars, setLength, setMode, setModified, setNumeric, setParamName, setParamPicture, setParamValue, setParamValue, setPassword, setRightJustified, setRow, setUnderline, setUsedForInput, setValue, setVisible, setXMLValue, ToJSP, toString, toString_Orig, usesPicin
-
Constructor Details
-
ILERequestEntry
public ILERequestEntry()
-
-
Method Details
-
getInstance
- Overrides:
getInstance
in classRequestEntry
-
addOutputIndicator
-
getChangeIndicatorNumber
-
setChangeIndicatorNumber
Description copied from class:RequestEntry
this is a virtual method for benefit of ILERequestEntry- Overrides:
setChangeIndicatorNumber
in classRequestEntry
-
addSubRequestEntry
-
hasAssociatedInputTag
public boolean hasAssociatedInputTag()used internal by softwaremining framework- Overrides:
hasAssociatedInputTag
in classRequestEntry
-
generateInputTag
Description copied from class:RequestEntry
this is a virtual method for benefit of ILERequestEntry- Overrides:
generateInputTag
in classRequestEntry
- Parameters:
param
-
-