@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
411 lines • 11.6 kB
JSON
{
"id": "QuickAction.describelayoutcomponent",
"nodeType": "class",
"name": "DescribeLayoutComponent",
"namespace": "QuickAction",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DescribeLayoutComponent",
"textToLower": "describelayoutcomponent",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DescribeLayoutComponent_-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 the smallest unit in a layout—a field or a separator.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_quickaction_describelayoutcomponent.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getdisplaylines()": {
"id": "QuickAction.describelayoutcomponent.method.getdisplaylines()",
"nodeType": "method",
"name": "getDisplayLines",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getDisplayLines",
"textToLower": "getdisplaylines",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getDisplayLines_-1:0"
},
"parentId": "QuickAction.describelayoutcomponent",
"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 Integer getDisplayLines()",
"overrideSignature": "public override Integer getDisplayLines()",
"simplifiedSignature": "getDisplayLines()",
"datatype": {
"id": "QuickAction.describelayoutcomponent.getdisplaylines.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.describelayoutcomponent.getdisplaylines",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Returns the vertical lines displayed for a field. Applies to textarea and multi-select picklist fields.",
"parentName": "DescribeLayoutComponent",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"gettaborder()": {
"id": "QuickAction.describelayoutcomponent.method.gettaborder()",
"nodeType": "method",
"name": "getTabOrder",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getTabOrder",
"textToLower": "gettaborder",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getTabOrder_-1:0"
},
"parentId": "QuickAction.describelayoutcomponent",
"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 getTabOrder()",
"overrideSignature": "public override Integer getTabOrder()",
"simplifiedSignature": "getTabOrder()",
"datatype": {
"id": "QuickAction.describelayoutcomponent.gettaborder.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.describelayoutcomponent.gettaborder",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Returns the tab order for the item in the row.",
"parentName": "DescribeLayoutComponent",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"gettype()": {
"id": "QuickAction.describelayoutcomponent.method.gettype()",
"nodeType": "method",
"name": "getType",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getType",
"textToLower": "gettype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getType_-1:0"
},
"parentId": "QuickAction.describelayoutcomponent",
"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 getType()",
"overrideSignature": "public override String getType()",
"simplifiedSignature": "getType()",
"datatype": {
"id": "QuickAction.describelayoutcomponent.gettype.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.describelayoutcomponent.gettype",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the name of the QuickAction.DescribeLayoutComponent type for this component.",
"parentName": "DescribeLayoutComponent",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getvalue()": {
"id": "QuickAction.describelayoutcomponent.method.getvalue()",
"nodeType": "method",
"name": "getValue",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getValue",
"textToLower": "getvalue",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getValue_-1:0"
},
"parentId": "QuickAction.describelayoutcomponent",
"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 String getValue()",
"overrideSignature": "public override String getValue()",
"simplifiedSignature": "getValue()",
"datatype": {
"id": "QuickAction.describelayoutcomponent.getvalue.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.describelayoutcomponent.getvalue",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the name of the field if the type for QuickAction.DescribeLayoutComponent is textarea.",
"parentName": "DescribeLayoutComponent",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 4,
"queries": []
}