UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

1,061 lines 31.1 kB
{ "id": "VisualEditor.datarow", "nodeType": "class", "name": "DataRow", "namespace": "VisualEditor", "startToken": { "type": "declaration.entity.name.class", "text": "DataRow", "textToLower": "datarow", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_DataRow_-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": "Contains information about one item in a picklist used in a Lightning component on a Lightning page.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_VisualEditor_DataRow.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "clone()": { "id": "VisualEditor.datarow.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.datarow", "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 Object clone()", "overrideSignature": "public override Object clone()", "simplifiedSignature": "clone()", "datatype": { "id": "VisualEditor.datarow.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.datarow.clone", "order": 0, "memberOrder": 0, "type": "Object" }, "description": "Makes a duplicate copy of the VisualEditor.DataRow object.", "parentName": "DataRow", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "compareto(visualeditor.datarow)": { "id": "VisualEditor.datarow.method.compareto(visualeditor.datarow)", "nodeType": "method", "name": "compareTo", "startToken": { "type": "declaration.entity.name.function", "text": "compareTo", "textToLower": "compareto", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_compareTo_-1:0" }, "parentId": "VisualEditor.datarow", "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 Integer compareTo(VisualEditor.DataRow o)", "overrideSignature": "public override Integer compareTo(VisualEditor.DataRow o)", "simplifiedSignature": "compareTo(VisualEditor.DataRow)", "datatype": { "id": "VisualEditor.datarow.compareto.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": "VisualEditor.datarow.compareto", "order": 0, "memberOrder": 0, "type": "Integer" }, "description": "Compares the current VisualEditor.DataRow object to the specified one. Returns an integer value that is the result of the comparison.", "parentName": "DataRow", "variables": {}, "params": { "o": { "id": "VisualEditor.datarow.method.compareto(visualeditor.datarow).varParam.o", "nodeType": "variable", "name": "o", "startToken": { "type": "declaration.entity.name.variable", "text": "o", "textToLower": "o", "isAux": false, "range": { "start": { "line": 0, "character": 46 }, "end": { "line": 0, "character": 47 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_o_0:46" }, "endToken": { "type": "declaration.entity.name.variable", "text": "o", "textToLower": "o", "isAux": false, "range": { "start": { "line": 0, "character": 46 }, "end": { "line": 0, "character": 47 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_o_0:46" }, "parentId": "VisualEditor.datarow.method.compareto(visualeditor.datarow)", "order": 1, "memberOrder": 1, "datatype": { "id": "VisualEditor.datarow.compareto.datatype.VisualEditor.DataRow", "nodeType": "datatype", "name": "VisualEditor.DataRow", "startToken": { "type": "datatype.support.namespace", "text": "VisualEditor", "textToLower": "visualeditor", "isAux": false, "range": { "start": { "line": 0, "character": 25 }, "end": { "line": 0, "character": 37 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_VisualEditor_0:25" }, "parentId": "VisualEditor.datarow.compareto", "order": 0, "memberOrder": 0, "type": "VisualEditor.DataRow" }, "description": "A single item in a picklist.", "scope": null } }, "queries": [], "exceptions": [] }, "getlabel()": { "id": "VisualEditor.datarow.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": "VisualEditor.datarow", "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 String getLabel()", "overrideSignature": "public override String getLabel()", "simplifiedSignature": "getLabel()", "datatype": { "id": "VisualEditor.datarow.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.datarow.getlabel", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the user-facing label of the picklist item.", "parentName": "DataRow", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getvalue()": { "id": "VisualEditor.datarow.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": "VisualEditor.datarow", "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 Object getValue()", "overrideSignature": "public override Object getValue()", "simplifiedSignature": "getValue()", "datatype": { "id": "VisualEditor.datarow.getvalue.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.datarow.getvalue", "order": 0, "memberOrder": 0, "type": "Object" }, "description": "Returns the value of the picklist item.", "parentName": "DataRow", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "isselected()": { "id": "VisualEditor.datarow.method.isselected()", "nodeType": "method", "name": "isSelected", "startToken": { "type": "declaration.entity.name.function", "text": "isSelected", "textToLower": "isselected", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_isSelected_-1:0" }, "parentId": "VisualEditor.datarow", "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 Boolean isSelected()", "overrideSignature": "public override Boolean isSelected()", "simplifiedSignature": "isSelected()", "datatype": { "id": "VisualEditor.datarow.isselected.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.datarow.isselected", "order": 0, "memberOrder": 0, "type": "Boolean" }, "description": "Returns the state of the picklist item, indicating whether it’s selected or not.", "parentName": "DataRow", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "constructors": { "datarow(string,object,boolean)": { "id": "VisualEditor.datarow.method.datarow(string,object,boolean)", "nodeType": "constructor", "name": "DataRow", "startToken": { "type": "declaration.entity.name.function", "text": "DataRow", "textToLower": "datarow", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_DataRow_-1:0" }, "parentId": "VisualEditor.datarow", "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 DataRow(String label, Object value, Boolean selected)", "overrideSignature": "public override DataRow(String label, Object value, Boolean selected)", "simplifiedSignature": "DataRow(String,Object,Boolean)", "description": "Creates an instance of the VisualEditor.DataRow class using the specified label, value, and selected option.", "parentName": "DataRow", "variables": {}, "params": { "label": { "id": "VisualEditor.datarow.method.datarow(string,object,boolean).varParam.label", "nodeType": "variable", "name": "label", "startToken": { "type": "declaration.entity.name.variable", "text": "label", "textToLower": "label", "isAux": false, "range": { "start": { "line": 0, "character": 22 }, "end": { "line": 0, "character": 27 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_label_0:22" }, "endToken": { "type": "declaration.entity.name.variable", "text": "label", "textToLower": "label", "isAux": false, "range": { "start": { "line": 0, "character": 22 }, "end": { "line": 0, "character": 27 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_label_0:22" }, "parentId": "VisualEditor.datarow.method.datarow(string,object,boolean)", "order": 1, "memberOrder": 1, "datatype": { "id": "VisualEditor.datarow.datarow.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 15 }, "end": { "line": 0, "character": 21 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:15" }, "parentId": "VisualEditor.datarow.datarow", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "value": { "id": "VisualEditor.datarow.method.datarow(string,object,boolean).varParam.value", "nodeType": "variable", "name": "value", "startToken": { "type": "declaration.entity.name.variable", "text": "value", "textToLower": "value", "isAux": false, "range": { "start": { "line": 0, "character": 36 }, "end": { "line": 0, "character": 41 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_value_0:36" }, "endToken": { "type": "declaration.entity.name.variable", "text": "value", "textToLower": "value", "isAux": false, "range": { "start": { "line": 0, "character": 36 }, "end": { "line": 0, "character": 41 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_value_0:36" }, "parentId": "VisualEditor.datarow.method.datarow(string,object,boolean)", "order": 2, "memberOrder": 2, "datatype": { "id": "VisualEditor.datarow.datarow.datatype.Object", "nodeType": "datatype", "name": "Object", "startToken": { "type": "datatype.primitive", "text": "Object", "textToLower": "object", "isAux": false, "range": { "start": { "line": 0, "character": 29 }, "end": { "line": 0, "character": 35 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Object_0:29" }, "parentId": "VisualEditor.datarow.datarow", "order": 0, "memberOrder": 0, "type": "Object" }, "scope": null }, "selected": { "id": "VisualEditor.datarow.method.datarow(string,object,boolean).varParam.selected", "nodeType": "variable", "name": "selected", "startToken": { "type": "declaration.entity.name.variable", "text": "selected", "textToLower": "selected", "isAux": false, "range": { "start": { "line": 0, "character": 51 }, "end": { "line": 0, "character": 59 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_selected_0:51" }, "endToken": { "type": "declaration.entity.name.variable", "text": "selected", "textToLower": "selected", "isAux": false, "range": { "start": { "line": 0, "character": 51 }, "end": { "line": 0, "character": 59 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_selected_0:51" }, "parentId": "VisualEditor.datarow.method.datarow(string,object,boolean)", "order": 3, "memberOrder": 3, "datatype": { "id": "VisualEditor.datarow.datarow.datatype.Boolean", "nodeType": "datatype", "name": "Boolean", "startToken": { "type": "datatype.primitive", "text": "Boolean", "textToLower": "boolean", "isAux": false, "range": { "start": { "line": 0, "character": 43 }, "end": { "line": 0, "character": 50 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Boolean_0:43" }, "parentId": "VisualEditor.datarow.datarow", "order": 0, "memberOrder": 0, "type": "Boolean" }, "description": "User-facing label for the picklist item. The value of the picklist item. Specifies whether the picklist item is selected (true) or not (false).", "scope": null } }, "queries": [], "exceptions": [] }, "datarow(string,object)": { "id": "VisualEditor.datarow.method.datarow(string,object)", "nodeType": "constructor", "name": "DataRow", "startToken": { "type": "declaration.entity.name.function", "text": "DataRow", "textToLower": "datarow", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_DataRow_-1:0" }, "parentId": "VisualEditor.datarow", "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 DataRow(String label, Object value)", "overrideSignature": "public override DataRow(String label, Object value)", "simplifiedSignature": "DataRow(String,Object)", "description": "Creates an instance of the VisualEditor.DataRow class using the specified label and value.", "parentName": "DataRow", "variables": {}, "params": { "label": { "id": "VisualEditor.datarow.method.datarow(string,object).varParam.label", "nodeType": "variable", "name": "label", "startToken": { "type": "declaration.entity.name.variable", "text": "label", "textToLower": "label", "isAux": false, "range": { "start": { "line": 0, "character": 22 }, "end": { "line": 0, "character": 27 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_label_0:22" }, "endToken": { "type": "declaration.entity.name.variable", "text": "label", "textToLower": "label", "isAux": false, "range": { "start": { "line": 0, "character": 22 }, "end": { "line": 0, "character": 27 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_label_0:22" }, "parentId": "VisualEditor.datarow.method.datarow(string,object)", "order": 1, "memberOrder": 1, "datatype": { "id": "VisualEditor.datarow.datarow.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 15 }, "end": { "line": 0, "character": 21 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:15" }, "parentId": "VisualEditor.datarow.datarow", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "value": { "id": "VisualEditor.datarow.method.datarow(string,object).varParam.value", "nodeType": "variable", "name": "value", "startToken": { "type": "declaration.entity.name.variable", "text": "value", "textToLower": "value", "isAux": false, "range": { "start": { "line": 0, "character": 36 }, "end": { "line": 0, "character": 41 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_value_0:36" }, "endToken": { "type": "declaration.entity.name.variable", "text": "value", "textToLower": "value", "isAux": false, "range": { "start": { "line": 0, "character": 36 }, "end": { "line": 0, "character": 41 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_value_0:36" }, "parentId": "VisualEditor.datarow.method.datarow(string,object)", "order": 2, "memberOrder": 2, "datatype": { "id": "VisualEditor.datarow.datarow.datatype.Object", "nodeType": "datatype", "name": "Object", "startToken": { "type": "datatype.primitive", "text": "Object", "textToLower": "object", "isAux": false, "range": { "start": { "line": 0, "character": 29 }, "end": { "line": 0, "character": 35 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Object_0:29" }, "parentId": "VisualEditor.datarow.datarow", "order": 0, "memberOrder": 0, "type": "Object" }, "description": "User-facing label for the picklist item. The value of the picklist item.", "scope": null } }, "queries": [], "exceptions": [] } }, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 7, "queries": [] }