@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
272 lines • 7.75 kB
JSON
{
"id": "QuickAction.describelayoutrow",
"nodeType": "class",
"name": "DescribeLayoutRow",
"namespace": "QuickAction",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DescribeLayoutRow",
"textToLower": "describelayoutrow",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DescribeLayoutRow_-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": "Represents a row in a QuickAction.DescribeLayoutSection.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_quickaction_describelayoutrow.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getlayoutitems()": {
"id": "QuickAction.describelayoutrow.method.getlayoutitems()",
"nodeType": "method",
"name": "getLayoutItems",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getLayoutItems",
"textToLower": "getlayoutitems",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getLayoutItems_-1:0"
},
"parentId": "QuickAction.describelayoutrow",
"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 List<QuickAction.DescribeLayoutItem> getLayoutItems()",
"overrideSignature": "public override List<QuickAction.DescribeLayoutItem> getLayoutItems()",
"simplifiedSignature": "getLayoutItems()",
"datatype": {
"id": "QuickAction.describelayoutrow.getlayoutitems.datatype.List<QuickAction.DescribeLayoutItem>",
"nodeType": "datatype",
"name": "List<QuickAction.DescribeLayoutItem>",
"startToken": {
"type": "datatype.collection",
"text": "List",
"textToLower": "list",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 11
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_List_0:7"
},
"parentId": "QuickAction.describelayoutrow.getlayoutitems",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "QuickAction.describelayoutrow.getlayoutitems.datatype.List<QuickAction.DescribeLayoutItem>.value.QuickAction.DescribeLayoutItem",
"nodeType": "datatype",
"name": "QuickAction.DescribeLayoutItem",
"startToken": {
"type": "datatype.support.namespace",
"text": "QuickAction",
"textToLower": "quickaction",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 12
},
"end": {
"line": 0,
"character": 23
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_QuickAction_0:12"
},
"order": 0,
"memberOrder": 0,
"type": "QuickAction.DescribeLayoutItem"
}
},
"description": "Returns either a specific field or an empty QuickAction.DescribeLayoutItem (one that contains no QuickAction.DescribeLayoutComponent objects).",
"parentName": "DescribeLayoutRow",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getnumitems()": {
"id": "QuickAction.describelayoutrow.method.getnumitems()",
"nodeType": "method",
"name": "getNumItems",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getNumItems",
"textToLower": "getnumitems",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getNumItems_-1:0"
},
"parentId": "QuickAction.describelayoutrow",
"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 Integer getNumItems()",
"overrideSignature": "public override Integer getNumItems()",
"simplifiedSignature": "getNumItems()",
"datatype": {
"id": "QuickAction.describelayoutrow.getnumitems.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:7"
},
"parentId": "QuickAction.describelayoutrow.getnumitems",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Returns the number of QuickAction.DescribeLayoutItem.",
"parentName": "DescribeLayoutRow",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 2,
"queries": []
}