All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
addItem(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static boolean |
addItemPermsCheck(Obj obj,
Arg[] args) |
static void |
boundItem(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static void |
clearItems(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static boolean |
clearItemsPermsCheck(Obj obj,
Arg[] args) |
static void |
dataNode(Obj pObj,
Arg oRetVal) |
static void |
deleteItem(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static boolean |
deleteItemPermsCheck(Obj obj,
Arg[] args) |
static void |
execCalculate(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static void |
execEvent(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static void |
execInitialize(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static void |
execValidate(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static void |
getBackColor(Obj pObj,
Arg oRetVal) |
static void |
getBorderColor(Obj pObj,
Arg oRetVal) |
static void |
getBorderWidth(Obj pObj,
Arg oRetVal) |
static void |
getDisplayItem(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static void |
getEditValue(Obj pObj,
Arg oRetVal) |
static void |
getErrorText(Obj pObj,
Arg oRetVal) |
static void |
getForeColor(Obj pObj,
Arg oRetVal) |
static void |
getFormatMessage(Obj pObj,
Arg oRetVal) |
static void |
getFormattedValue(Obj pObj,
Arg oRetVal) |
static void |
getIsNull(Obj pObj,
Arg oRetVal) |
static void |
getItemsLength(Obj pObj,
Arg oRetVal) |
static void |
getItemState(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static void |
getMandatory(Obj pObj,
Arg oRetVal) |
static void |
getMandatoryMessage(Obj pObj,
Arg oRetVal) |
static void |
getParentSubform(Obj pObj,
Arg oRetVal) |
static void |
getRawValue(Obj pObj,
Arg oRetVal) |
static void |
getSaveItem(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static ScriptTable |
getScriptTable() |
static void |
getSelectedIndex(Obj pObj,
Arg oRetVal) |
static void |
getValidationMessage(Obj pObj,
Arg oRetVal) |
static void |
setBackColor(Obj pObj,
Arg propertyValue) |
static void |
setBorderColor(Obj pObj,
Arg propertyValue) |
static void |
setBorderWidth(Obj pObj,
Arg propertyValue) |
static void |
setEditValue(Obj pObj,
Arg propertyValue) |
static void |
setForeColor(Obj pObj,
Arg propertyValue) |
static void |
setFormatMessage(Obj pObj,
Arg propertyValue) |
static void |
setFormattedValue(Obj pObj,
Arg propertyValue) |
static void |
setIsNull(Obj pObj,
Arg oArg) |
static void |
setItems(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static void |
setItemState(Obj pObj,
Arg oRetVal,
Arg[] pArgs) |
static boolean |
setItemStatePermsCheck(Obj obj,
Arg[] args) |
static void |
setMandatory(Obj pObj,
Arg propertyValue) |
static void |
setMandatoryMessage(Obj pObj,
Arg propertyValue) |
static void |
setRawValue(Obj pObj,
Arg propertyValue) |
static void |
setSelectedIndex(Obj pObj,
Arg oArg) |
static void |
setValidationMessage(Obj pObj,
Arg propertyValue) |