@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
604 lines • 17.5 kB
JSON
{
"id": "QuickAction.describelayoutitem",
"nodeType": "class",
"name": "DescribeLayoutItem",
"namespace": "QuickAction",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DescribeLayoutItem",
"textToLower": "describelayoutitem",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DescribeLayoutItem_-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 an individual item in a QuickAction.DescribeLayoutRow.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_quickaction_describelayoutitem.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getlabel()": {
"id": "QuickAction.describelayoutitem.method.getlabel()",
"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": "QuickAction.describelayoutitem",
"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 String getLabel()",
"overrideSignature": "public override String getLabel()",
"simplifiedSignature": "getLabel()",
"datatype": {
"id": "QuickAction.describelayoutitem.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": "QuickAction.describelayoutitem.getlabel",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the label text for this item.",
"parentName": "DescribeLayoutItem",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getlayoutcomponents()": {
"id": "QuickAction.describelayoutitem.method.getlayoutcomponents()",
"nodeType": "method",
"name": "getLayoutComponents",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getLayoutComponents",
"textToLower": "getlayoutcomponents",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getLayoutComponents_-1:0"
},
"parentId": "QuickAction.describelayoutitem",
"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 List<QuickAction.DescribeLayoutComponent> getLayoutComponents()",
"overrideSignature": "public override List<QuickAction.DescribeLayoutComponent> getLayoutComponents()",
"simplifiedSignature": "getLayoutComponents()",
"datatype": {
"id": "QuickAction.describelayoutitem.getlayoutcomponents.datatype.List<QuickAction.DescribeLayoutComponent>",
"nodeType": "datatype",
"name": "List<QuickAction.DescribeLayoutComponent>",
"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.describelayoutitem.getlayoutcomponents",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "QuickAction.describelayoutitem.getlayoutcomponents.datatype.List<QuickAction.DescribeLayoutComponent>.value.QuickAction.DescribeLayoutComponent",
"nodeType": "datatype",
"name": "QuickAction.DescribeLayoutComponent",
"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.DescribeLayoutComponent"
}
},
"description": "Returns a list of QuickAction.DescribeLayoutComponents for this item.",
"parentName": "DescribeLayoutItem",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"iseditablefornew()": {
"id": "QuickAction.describelayoutitem.method.iseditablefornew()",
"nodeType": "method",
"name": "isEditableForNew",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isEditableForNew",
"textToLower": "iseditablefornew",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isEditableForNew_-1:0"
},
"parentId": "QuickAction.describelayoutitem",
"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 Boolean isEditableForNew()",
"overrideSignature": "public override Boolean isEditableForNew()",
"simplifiedSignature": "isEditableForNew()",
"datatype": {
"id": "QuickAction.describelayoutitem.iseditablefornew.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.describelayoutitem.iseditablefornew",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Indicates whether this item can be edited for new (true) or not (false).",
"parentName": "DescribeLayoutItem",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"iseditableforupdate()": {
"id": "QuickAction.describelayoutitem.method.iseditableforupdate()",
"nodeType": "method",
"name": "isEditableForUpdate",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isEditableForUpdate",
"textToLower": "iseditableforupdate",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isEditableForUpdate_-1:0"
},
"parentId": "QuickAction.describelayoutitem",
"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 Boolean isEditableForUpdate()",
"overrideSignature": "public override Boolean isEditableForUpdate()",
"simplifiedSignature": "isEditableForUpdate()",
"datatype": {
"id": "QuickAction.describelayoutitem.iseditableforupdate.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.describelayoutitem.iseditableforupdate",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Indicates whether this item can be edited for update(true) or not (false).",
"parentName": "DescribeLayoutItem",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"isplaceholder()": {
"id": "QuickAction.describelayoutitem.method.isplaceholder()",
"nodeType": "method",
"name": "isPlaceholder",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isPlaceholder",
"textToLower": "isplaceholder",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isPlaceholder_-1:0"
},
"parentId": "QuickAction.describelayoutitem",
"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 isPlaceholder()",
"overrideSignature": "public override Boolean isPlaceholder()",
"simplifiedSignature": "isPlaceholder()",
"datatype": {
"id": "QuickAction.describelayoutitem.isplaceholder.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.describelayoutitem.isplaceholder",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Indicates whether this item is a placeholder (true) or not (false). If true, then this item is blank.",
"parentName": "DescribeLayoutItem",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"isrequired()": {
"id": "QuickAction.describelayoutitem.method.isrequired()",
"nodeType": "method",
"name": "isRequired",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isRequired",
"textToLower": "isrequired",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isRequired_-1:0"
},
"parentId": "QuickAction.describelayoutitem",
"order": 6,
"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 Boolean isRequired()",
"overrideSignature": "public override Boolean isRequired()",
"simplifiedSignature": "isRequired()",
"datatype": {
"id": "QuickAction.describelayoutitem.isrequired.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.describelayoutitem.isrequired",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Indicates whether this item is required (true) or not (false).",
"parentName": "DescribeLayoutItem",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 6,
"queries": []
}