@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,048 lines • 30.2 kB
JSON
{
"id": "QuickAction.describelayoutsection",
"nodeType": "class",
"name": "DescribeLayoutSection",
"namespace": "QuickAction",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DescribeLayoutSection",
"textToLower": "describelayoutsection",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DescribeLayoutSection_-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 section of a layout and consists of one or more columns and one or more rows (an array of QuickAction.DescribeLayoutRow).",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_quickaction_describelayoutsection.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"collapsed": {
"id": "QuickAction.describelayoutsection.method.boolean collapsed{get;set;}",
"nodeType": "property",
"name": "collapsed",
"startToken": {
"type": "declaration.entity.name.property",
"text": "collapsed",
"textToLower": "collapsed",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_collapsed_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"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 Boolean collapsed { get; set; }",
"simplifiedSignature": "Boolean collapsed{get;set;}",
"datatype": {
"id": ".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": "",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"parentName": "DescribeLayoutSection",
"getter": {
"id": ".getter.get",
"nodeType": "getter",
"name": "get",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
},
"setter": {
"id": ".getter.set",
"nodeType": "setter",
"name": "set",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
}
},
"layoutsectionid": {
"id": "QuickAction.describelayoutsection.method.id layoutsectionid{get;set;}",
"nodeType": "property",
"name": "layoutsectionid",
"startToken": {
"type": "declaration.entity.name.property",
"text": "layoutsectionid",
"textToLower": "layoutsectionid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_layoutsectionid_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"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 Id layoutsectionid { get; set; }",
"simplifiedSignature": "Id layoutsectionid{get;set;}",
"datatype": {
"id": ".datatype.Id",
"nodeType": "datatype",
"name": "Id",
"startToken": {
"type": "datatype.primitive",
"text": "Id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 9
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Id_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"parentName": "DescribeLayoutSection",
"getter": {
"id": ".getter.get",
"nodeType": "getter",
"name": "get",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
},
"setter": {
"id": ".getter.set",
"nodeType": "setter",
"name": "set",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
}
}
},
"methods": {
"getcolumns()": {
"id": "QuickAction.describelayoutsection.method.getcolumns()",
"nodeType": "method",
"name": "getColumns",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getColumns",
"textToLower": "getcolumns",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getColumns_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"order": 1,
"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 Integer getColumns()",
"overrideSignature": "public override Integer getColumns()",
"simplifiedSignature": "getColumns()",
"datatype": {
"id": "QuickAction.describelayoutsection.getcolumns.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.describelayoutsection.getcolumns",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Returns the number of columns in the QuickAction.DescribeLayoutSection.",
"parentName": "DescribeLayoutSection",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getheading()": {
"id": "QuickAction.describelayoutsection.method.getheading()",
"nodeType": "method",
"name": "getHeading",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getHeading",
"textToLower": "getheading",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getHeading_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"order": 2,
"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 String getHeading()",
"overrideSignature": "public override String getHeading()",
"simplifiedSignature": "getHeading()",
"datatype": {
"id": "QuickAction.describelayoutsection.getheading.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": "QuickAction.describelayoutsection.getheading",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "The heading text (label) for the QuickAction.DescribeLayoutSection.",
"parentName": "DescribeLayoutSection",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getlayoutrows()": {
"id": "QuickAction.describelayoutsection.method.getlayoutrows()",
"nodeType": "method",
"name": "getLayoutRows",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getLayoutRows",
"textToLower": "getlayoutrows",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getLayoutRows_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"order": 3,
"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 List<QuickAction.DescribeLayoutRow> getLayoutRows()",
"overrideSignature": "public override List<QuickAction.DescribeLayoutRow> getLayoutRows()",
"simplifiedSignature": "getLayoutRows()",
"datatype": {
"id": "QuickAction.describelayoutsection.getlayoutrows.datatype.List<QuickAction.DescribeLayoutRow>",
"nodeType": "datatype",
"name": "List<QuickAction.DescribeLayoutRow>",
"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.describelayoutsection.getlayoutrows",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "QuickAction.describelayoutsection.getlayoutrows.datatype.List<QuickAction.DescribeLayoutRow>.value.QuickAction.DescribeLayoutRow",
"nodeType": "datatype",
"name": "QuickAction.DescribeLayoutRow",
"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.DescribeLayoutRow"
}
},
"description": "Returns an array of one or more QuickAction.DescribeLayoutRow objects.",
"parentName": "DescribeLayoutSection",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getlayoutsectionid()": {
"id": "QuickAction.describelayoutsection.method.getlayoutsectionid()",
"nodeType": "method",
"name": "getLayoutSectionId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getLayoutSectionId",
"textToLower": "getlayoutsectionid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getLayoutSectionId_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"order": 4,
"memberOrder": 6,
"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 Id getLayoutSectionId()",
"overrideSignature": "public override Id getLayoutSectionId()",
"simplifiedSignature": "getLayoutSectionId()",
"datatype": {
"id": "QuickAction.describelayoutsection.getlayoutsectionid.datatype.Id",
"nodeType": "datatype",
"name": "Id",
"startToken": {
"type": "datatype.primitive",
"text": "Id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 9
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Id_0:7"
},
"parentId": "QuickAction.describelayoutsection.getlayoutsectionid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "Returns the ID of the record details section in the layout.",
"parentName": "DescribeLayoutSection",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getparentlayoutid()": {
"id": "QuickAction.describelayoutsection.method.getparentlayoutid()",
"nodeType": "method",
"name": "getParentLayoutId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getParentLayoutId",
"textToLower": "getparentlayoutid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getParentLayoutId_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"order": 5,
"memberOrder": 7,
"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 Id getParentLayoutId()",
"overrideSignature": "public override Id getParentLayoutId()",
"simplifiedSignature": "getParentLayoutId()",
"datatype": {
"id": "QuickAction.describelayoutsection.getparentlayoutid.datatype.Id",
"nodeType": "datatype",
"name": "Id",
"startToken": {
"type": "datatype.primitive",
"text": "Id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 9
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Id_0:7"
},
"parentId": "QuickAction.describelayoutsection.getparentlayoutid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "Returns the ID of the layout upon which this DescribeLayoutSection resides.",
"parentName": "DescribeLayoutSection",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getrows()": {
"id": "QuickAction.describelayoutsection.method.getrows()",
"nodeType": "method",
"name": "getRows",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getRows",
"textToLower": "getrows",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getRows_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"order": 6,
"memberOrder": 8,
"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 getRows()",
"overrideSignature": "public override Integer getRows()",
"simplifiedSignature": "getRows()",
"datatype": {
"id": "QuickAction.describelayoutsection.getrows.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.describelayoutsection.getrows",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Returns the number of rows in the QuickAction.DescribeLayoutSection.",
"parentName": "DescribeLayoutSection",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"iscollapsed()": {
"id": "QuickAction.describelayoutsection.method.iscollapsed()",
"nodeType": "method",
"name": "isCollapsed",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isCollapsed",
"textToLower": "iscollapsed",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isCollapsed_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"order": 7,
"memberOrder": 9,
"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 isCollapsed()",
"overrideSignature": "public override Boolean isCollapsed()",
"simplifiedSignature": "isCollapsed()",
"datatype": {
"id": "QuickAction.describelayoutsection.iscollapsed.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": "QuickAction.describelayoutsection.iscollapsed",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Indicates whether the record details section is collapsed (true) or expanded (false). If you build your own app, you can use this method to see whether the current user collapsed a section, and respect that preference in your own UI.",
"parentName": "DescribeLayoutSection",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"isusecollapsiblesection()": {
"id": "QuickAction.describelayoutsection.method.isusecollapsiblesection()",
"nodeType": "method",
"name": "isUseCollapsibleSection",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isUseCollapsibleSection",
"textToLower": "isusecollapsiblesection",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isUseCollapsibleSection_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"order": 8,
"memberOrder": 10,
"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 isUseCollapsibleSection()",
"overrideSignature": "public override Boolean isUseCollapsibleSection()",
"simplifiedSignature": "isUseCollapsibleSection()",
"datatype": {
"id": "QuickAction.describelayoutsection.isusecollapsiblesection.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": "QuickAction.describelayoutsection.isusecollapsiblesection",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Indicates whether the QuickAction.DescribeLayoutSection is a collapsible section (true) or not (false).",
"parentName": "DescribeLayoutSection",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"isuseheading()": {
"id": "QuickAction.describelayoutsection.method.isuseheading()",
"nodeType": "method",
"name": "isUseHeading",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isUseHeading",
"textToLower": "isuseheading",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isUseHeading_-1:0"
},
"parentId": "QuickAction.describelayoutsection",
"order": 9,
"memberOrder": 11,
"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 isUseHeading()",
"overrideSignature": "public override Boolean isUseHeading()",
"simplifiedSignature": "isUseHeading()",
"datatype": {
"id": "QuickAction.describelayoutsection.isuseheading.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": "QuickAction.describelayoutsection.isuseheading",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Indicates whether to use the heading (true) or not (false).",
"parentName": "DescribeLayoutSection",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 11,
"queries": []
}