Namespace: AmxNodeCreateChildrenNodesResult

Oracle® Fusion Middleware JSDoc Reference for Oracle Mobile Application Framework
2.3.0.0.0

E68517-01

QuickNav

adf.mf.api.amx.AmxNodeCreateChildrenNodesResult

Fields

<static> DEFERRED

The type handler generated a placeholder to be shown until the real children can be created.

<static> HANDLED

The type handler created the children.

<static> NONE

The type handler could not create the children yet.

Methods

<static> getLabelForValue(result) → {string|null}

Method that may be used for debugging (should not be used for normal usage) to get the label for a constant value
Parameters:
Name Type Description
result int one of the children node result values
Returns:
the label or null if not a valid result
Type
string | null