@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
648 lines • 19.1 kB
JSON
{
"id": "VisualEditor.dynamicpicklist",
"nodeType": "class",
"name": "DynamicPickList",
"namespace": "VisualEditor",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DynamicPickList",
"textToLower": "dynamicpicklist",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DynamicPickList_-1:0"
},
"order": 0,
"memberOrder": 0,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "global",
"textToLower": "global",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_global_-1:0"
},
"sharingModifier": {
"type": "keyword.modifier.sharing",
"text": "without sharing",
"textToLower": "without sharing",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.sharing_without sharing_-1:0"
},
"description": "An abstract class, used to display the values of a picklist in a Lightning component on a Lightning page.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_VisualEditor_DynamicPickList.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"clone()": {
"id": "VisualEditor.dynamicpicklist.method.clone()",
"nodeType": "method",
"name": "clone",
"startToken": {
"type": "declaration.entity.name.function",
"text": "clone",
"textToLower": "clone",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_clone_-1:0"
},
"parentId": "VisualEditor.dynamicpicklist",
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Object clone()",
"overrideSignature": "public override Object clone()",
"simplifiedSignature": "clone()",
"datatype": {
"id": "VisualEditor.dynamicpicklist.clone.datatype.Object",
"nodeType": "datatype",
"name": "Object",
"startToken": {
"type": "datatype.primitive",
"text": "Object",
"textToLower": "object",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Object_0:7"
},
"parentId": "VisualEditor.dynamicpicklist.clone",
"order": 0,
"memberOrder": 0,
"type": "Object"
},
"description": "Makes a duplicate copy of the VisualEditor.DynamicPicklist object.",
"parentName": "DynamicPickList",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getdefaultvalue()": {
"id": "VisualEditor.dynamicpicklist.method.getdefaultvalue()",
"nodeType": "method",
"name": "getDefaultValue",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getDefaultValue",
"textToLower": "getdefaultvalue",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getDefaultValue_-1:0"
},
"parentId": "VisualEditor.dynamicpicklist",
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public VisualEditor.DataRow getDefaultValue()",
"overrideSignature": "public override VisualEditor.DataRow getDefaultValue()",
"simplifiedSignature": "getDefaultValue()",
"datatype": {
"id": "VisualEditor.dynamicpicklist.getdefaultvalue.datatype.VisualEditor.DataRow",
"nodeType": "datatype",
"name": "VisualEditor.DataRow",
"startToken": {
"type": "datatype.support.namespace",
"text": "VisualEditor",
"textToLower": "visualeditor",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 19
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_VisualEditor_0:7"
},
"parentId": "VisualEditor.dynamicpicklist.getdefaultvalue",
"order": 0,
"memberOrder": 0,
"type": "VisualEditor.DataRow"
},
"description": "Returns the picklist item that is set as the default value for the picklist.",
"parentName": "DynamicPickList",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getlabel(object)": {
"id": "VisualEditor.dynamicpicklist.method.getlabel(object)",
"nodeType": "method",
"name": "getLabel",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getLabel",
"textToLower": "getlabel",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getLabel_-1:0"
},
"parentId": "VisualEditor.dynamicpicklist",
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String getLabel(Object attributeValue)",
"overrideSignature": "public override String getLabel(Object attributeValue)",
"simplifiedSignature": "getLabel(Object)",
"datatype": {
"id": "VisualEditor.dynamicpicklist.getlabel.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "VisualEditor.dynamicpicklist.getlabel",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the user-facing label for a specified picklist value.",
"parentName": "DynamicPickList",
"variables": {},
"params": {
"attributevalue": {
"id": "VisualEditor.dynamicpicklist.method.getlabel(object).varParam.attributevalue",
"nodeType": "variable",
"name": "attributeValue",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "attributeValue",
"textToLower": "attributevalue",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 30
},
"end": {
"line": 0,
"character": 44
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_attributeValue_0:30"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "attributeValue",
"textToLower": "attributevalue",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 30
},
"end": {
"line": 0,
"character": 44
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_attributeValue_0:30"
},
"parentId": "VisualEditor.dynamicpicklist.method.getlabel(object)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "VisualEditor.dynamicpicklist.getlabel.datatype.Object",
"nodeType": "datatype",
"name": "Object",
"startToken": {
"type": "datatype.primitive",
"text": "Object",
"textToLower": "object",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 23
},
"end": {
"line": 0,
"character": 29
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Object_0:23"
},
"parentId": "VisualEditor.dynamicpicklist.getlabel",
"order": 0,
"memberOrder": 0,
"type": "Object"
},
"description": "The value of the picklist item.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getvalues()": {
"id": "VisualEditor.dynamicpicklist.method.getvalues()",
"nodeType": "method",
"name": "getValues",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getValues",
"textToLower": "getvalues",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getValues_-1:0"
},
"parentId": "VisualEditor.dynamicpicklist",
"order": 4,
"memberOrder": 4,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public VisualEditor.DynamicPickListRows getValues()",
"overrideSignature": "public override VisualEditor.DynamicPickListRows getValues()",
"simplifiedSignature": "getValues()",
"datatype": {
"id": "VisualEditor.dynamicpicklist.getvalues.datatype.VisualEditor.DynamicPickListRows",
"nodeType": "datatype",
"name": "VisualEditor.DynamicPickListRows",
"startToken": {
"type": "datatype.support.namespace",
"text": "VisualEditor",
"textToLower": "visualeditor",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 19
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_VisualEditor_0:7"
},
"parentId": "VisualEditor.dynamicpicklist.getvalues",
"order": 0,
"memberOrder": 0,
"type": "VisualEditor.DynamicPickListRows"
},
"description": "Returns the list of picklist item values.",
"parentName": "DynamicPickList",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"isvalid(object)": {
"id": "VisualEditor.dynamicpicklist.method.isvalid(object)",
"nodeType": "method",
"name": "isValid",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isValid",
"textToLower": "isvalid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isValid_-1:0"
},
"parentId": "VisualEditor.dynamicpicklist",
"order": 5,
"memberOrder": 5,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Boolean isValid(Object attributeValue)",
"overrideSignature": "public override Boolean isValid(Object attributeValue)",
"simplifiedSignature": "isValid(Object)",
"datatype": {
"id": "VisualEditor.dynamicpicklist.isvalid.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:7"
},
"parentId": "VisualEditor.dynamicpicklist.isvalid",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Returns the valid state of the picklist item’s value. A picklist value is considered valid if it’s a part of any VisualEditor.DataRow in the VisualEditor.DynamicPickListRows returned by getValues().",
"parentName": "DynamicPickList",
"variables": {},
"params": {
"attributevalue": {
"id": "VisualEditor.dynamicpicklist.method.isvalid(object).varParam.attributevalue",
"nodeType": "variable",
"name": "attributeValue",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "attributeValue",
"textToLower": "attributevalue",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 30
},
"end": {
"line": 0,
"character": 44
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_attributeValue_0:30"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "attributeValue",
"textToLower": "attributevalue",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 30
},
"end": {
"line": 0,
"character": 44
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_attributeValue_0:30"
},
"parentId": "VisualEditor.dynamicpicklist.method.isvalid(object)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "VisualEditor.dynamicpicklist.isvalid.datatype.Object",
"nodeType": "datatype",
"name": "Object",
"startToken": {
"type": "datatype.primitive",
"text": "Object",
"textToLower": "object",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 23
},
"end": {
"line": 0,
"character": 29
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Object_0:23"
},
"parentId": "VisualEditor.dynamicpicklist.isvalid",
"order": 0,
"memberOrder": 0,
"type": "Object"
},
"description": "The value of the picklist item.",
"scope": null
}
},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
}