public interface ReplaceInterface
| Modifier and Type | Method and Description |
|---|---|
logical |
replace(character newLabel,
BaseDataType newValue,
character oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
logical |
replace(character newLabel,
BaseDataType newValue,
int listIndex)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
|
logical |
replace(character newLabel,
BaseDataType newValue,
integer listIndex)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
|
logical |
replace(character newLabel,
BaseDataType newValue,
java.lang.String oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
default logical |
replace(character newLabel,
boolean newValue,
character oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
default logical |
replace(character newLabel,
boolean newValue,
int listIndex)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
|
default logical |
replace(character newLabel,
boolean newValue,
integer listIndex)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
|
default logical |
replace(character newLabel,
boolean newValue,
java.lang.String oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
logical |
replace(character newItemList,
character listItem)
REPLACE(REPLACE (new-item-list, list-item )) method (for COMBO-BOX and SELECTION-LIST)
|
logical |
replace(character from,
character to,
int flag)
REPLACE (old-string, new-string, flag ) method for EDITOR
|
logical |
replace(character from,
character to,
integer flag)
REPLACE (old-string, new-string, flag ) method for EDITOR
|
logical |
replace(character newItemList,
int listIndex)
REPLACE (new-item-list, list-index ) method (for COMBO-BOX and SELECTION-LIST)
|
logical |
replace(character newItemList,
integer listIndex)
REPLACE (new-item-list, list-index ) method (for COMBO-BOX and SELECTION-LIST)
|
logical |
replace(character newItemList,
java.lang.String listItem)
REPLACE(REPLACE (new-item-list, list-item )) method (for COMBO-BOX and SELECTION-LIST)
|
logical |
replace(character newLabel,
java.lang.String newValue,
character oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
logical |
replace(character from,
java.lang.String to,
int flag)
REPLACE (old-string, new-string, flag ) method for EDITOR
|
logical |
replace(character arg0,
java.lang.String arg1,
integer arg2)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
REPLACE (old-string, new-string, flag ) method for EDITOR
|
logical |
replace(character newLabel,
java.lang.String newValue,
java.lang.String oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
logical |
replace(java.lang.String newLabel,
BaseDataType newValue,
character oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
logical |
replace(java.lang.String newLabel,
BaseDataType newValue,
int listIndex)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
|
logical |
replace(java.lang.String newLabel,
BaseDataType newValue,
integer listIndex)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
|
logical |
replace(java.lang.String newLabel,
BaseDataType newValue,
java.lang.String oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
default logical |
replace(java.lang.String newLabel,
boolean newValue,
character oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
default logical |
replace(java.lang.String newLabel,
boolean newValue,
int listIndex)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
|
default logical |
replace(java.lang.String newLabel,
boolean newValue,
integer listIndex)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
|
default logical |
replace(java.lang.String newLabel,
boolean newValue,
java.lang.String oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
logical |
replace(java.lang.String newItemList,
character listItem)
REPLACE(REPLACE (new-item-list, list-item )) method (for COMBO-BOX and SELECTION-LIST)
|
logical |
replace(java.lang.String from,
character to,
int flag)
REPLACE (old-string, new-string, flag ) method for EDITOR
|
logical |
replace(java.lang.String from,
character to,
integer flag)
REPLACE (old-string, new-string, flag ) method for EDITOR
|
logical |
replace(java.lang.String newItemList,
int listIndex)
REPLACE (new-item-list, list-index ) method (for COMBO-BOX and SELECTION-LIST)
|
logical |
replace(java.lang.String newItemList,
integer listIndex)
REPLACE (new-item-list, list-index ) method (for COMBO-BOX and SELECTION-LIST)
|
logical |
replace(java.lang.String newItemList,
java.lang.String listItem)
REPLACE(REPLACE (new-item-list, list-item )) method (for COMBO-BOX and SELECTION-LIST)
|
logical |
replace(java.lang.String newLabel,
java.lang.String newValue,
character oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
logical |
replace(java.lang.String arg0,
java.lang.String arg1,
int arg2)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
REPLACE (old-string, new-string, flag ) method for EDITOR
|
logical |
replace(java.lang.String arg0,
java.lang.String arg1,
integer arg2)
REPLACE (new-label, new-value, list-index) method for COMBO-BOX/SELECTION-LIST
REPLACE (old-string, new-string, flag ) method for EDITOR
|
logical |
replace(java.lang.String newLabel,
java.lang.String newValue,
java.lang.String oldItem)
REPLACE (new-label, new-value, list-item) method for COMBO-BOX/SELECTION-LIST,
REPLACE (new-label, new-value, old-label) method for RADIO-SET
|
logical replace(character from, character to, integer flag)
from - The source text.to - The replacement text.flag - the search modetrue if the operation was successful.logical replace(java.lang.String from, character to, integer flag)
from - The source text.to - The replacement text.flag - the search modetrue if the operation was successful.logical replace(character from, character to, int flag)
from - The source text.to - The replacement text.flag - the search modetrue if the operation was successful.logical replace(java.lang.String from, character to, int flag)
from - The source text.to - The replacement text.flag - the search modetrue if the operation was successful.logical replace(character from, java.lang.String to, int flag)
from - The source text.to - The replacement text.flag - the search modetrue if the operation was successful.logical replace(java.lang.String arg0, java.lang.String arg1, integer arg2)
arg0 - new item's label for COMBO-BOX/SELECTION-LIST, the source text for EDITORarg1 - new item's value for COMBO-BOX/SELECTION-LIST, replacement test for editorarg2 - index of the item to be replaced for COMBO-BOX/SELECTION-LIST, the search mode for
EDITORtrue if the operation was successful.logical replace(java.lang.String arg0, java.lang.String arg1, int arg2)
arg0 - new item's label for COMBO-BOX/SELECTION-LIST, the source text for EDITORarg1 - new item's value for COMBO-BOX/SELECTION-LIST, replacement test for editorarg2 - index of the item to be replaced for COMBO-BOX/SELECTION-LIST, the search mode for
EDITORtrue if the operation was successful.logical replace(character newItemList, character listItem)
newItemList - new item listlistItem - old item's valuetrue if the operation was successful.logical replace(character newItemList, java.lang.String listItem)
newItemList - new item listlistItem - old item's valuetrue if the operation was successful.logical replace(java.lang.String newItemList, character listItem)
newItemList - new item listlistItem - old item's valuetrue if the operation was successful.logical replace(java.lang.String newItemList, java.lang.String listItem)
newItemList - new item listlistItem - old item's valuetrue if the operation was successful.logical replace(character newItemList, integer listIndex)
newItemList - new item listlistIndex - old item's indextrue if the operation was successful.logical replace(character newItemList, int listIndex)
newItemList - new item listlistIndex - old item's indextrue if the operation was successful.logical replace(java.lang.String newItemList, integer listIndex)
newItemList - new item listlistIndex - old item's indextrue if the operation was successful.logical replace(java.lang.String newItemList, int listIndex)
newItemList - new item listlistIndex - old item's indextrue if the operation was successful.logical replace(character newLabel, BaseDataType newValue, character oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.logical replace(java.lang.String newLabel, BaseDataType newValue, character oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.logical replace(character newLabel, java.lang.String newValue, character oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.logical replace(java.lang.String newLabel, java.lang.String newValue, character oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.logical replace(character newLabel, BaseDataType newValue, java.lang.String oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.logical replace(java.lang.String newLabel, BaseDataType newValue, java.lang.String oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.logical replace(character newLabel, java.lang.String newValue, java.lang.String oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.logical replace(java.lang.String newLabel, java.lang.String newValue, java.lang.String oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.logical replace(character newLabel, BaseDataType newValue, integer listIndex)
newLabel - new item's labelnewValue - new item's valuelistIndex - index of the item to be replacedtrue if the operation was successful.logical replace(java.lang.String newLabel, BaseDataType newValue, integer listIndex)
newLabel - new item's labelnewValue - new item's valuelistIndex - index of the item to be replacedtrue if the operation was successful.logical replace(character arg0, java.lang.String arg1, integer arg2)
arg0 - new item's label for COMBO-BOX/SELECTION-LIST, the source text for EDITORarg1 - new item's value for COMBO-BOX/SELECTION-LIST, replacement test for editorarg2 - index of the item to be replaced for COMBO-BOX/SELECTION-LIST, the search mode for
EDITORtrue if the operation was successful.logical replace(character newLabel, BaseDataType newValue, int listIndex)
newLabel - new item's labelnewValue - new item's valuelistIndex - index of the item to be replacedtrue if the operation was successful.logical replace(java.lang.String newLabel, BaseDataType newValue, int listIndex)
newLabel - new item's labelnewValue - new item's valuelistIndex - index of the item to be replacedtrue if the operation was successful.default logical replace(java.lang.String newLabel, boolean newValue, java.lang.String oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.default logical replace(character newLabel, boolean newValue, java.lang.String oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.default logical replace(java.lang.String newLabel, boolean newValue, character oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.default logical replace(character newLabel, boolean newValue, character oldItem)
newLabel - new item's labelnewValue - new item's valueoldItem - oldItem (old-label for the READIO-SET, and list-item for the
COMBO-BOX/SELECTION-LIST)true if the operation was successful.default logical replace(java.lang.String newLabel, boolean newValue, int listIndex)
newLabel - new item's labelnewValue - new item's valuelistIndex - index of the item to be replacedtrue if the operation was successful.default logical replace(java.lang.String newLabel, boolean newValue, integer listIndex)
newLabel - new item's labelnewValue - new item's valuelistIndex - index of the item to be replacedtrue if the operation was successful.default logical replace(character newLabel, boolean newValue, int listIndex)
newLabel - new item's labelnewValue - new item's valuelistIndex - index of the item to be replacedtrue if the operation was successful.default logical replace(character newLabel, boolean newValue, integer listIndex)
newLabel - new item's labelnewValue - new item's valuelistIndex - index of the item to be replacedtrue if the operation was successful.