sync
[roojs1] / docs / symbols / Roo.data.SortTypes.json
1 {
2   "name" : "Roo.data.SortTypes",
3   "augments" : [],
4   "desc" : "Defines the default sorting (casting?) comparison functions used when sorting data.",
5   "isSingleton" : true,
6   "isStatic" : false,
7   "isBuiltin" : false,
8   "memberOf" : "SortTypes",
9   "example" : "",
10   "deprecated" : "",
11   "since" : "",
12   "see" : "",
13   "params" : [],
14   "returns" : [],
15   "throws" : "",
16   "requires" : "",
17   "config" : [],
18   "methods" : [
19     {
20       "name" : "asFloat",
21       "type" : "function",
22       "desc" : "Float sorting",
23       "sig" : "(s)",
24       "static" : true,
25       "memberOf" : "",
26       "isStatic" : true,
27       "isConstructor" : false,
28       "isPrivate" : false,
29       "example" : "",
30       "deprecated" : "",
31       "since" : "",
32       "see" : "",
33       "exceptions" : "",
34       "requires" : "",
35       "params" : [
36         {
37           "name" : "s",
38           "type" : "Mixed",
39           "desc" : "The value being converted",
40           "isOptional" : false
41         }
42       ],
43       "returns" : [
44         {
45           "name" : "",
46           "type" : "Float",
47           "desc" : "The comparison value"
48         }
49       ]
50     },
51     {
52       "name" : "asUCString",
53       "type" : "function",
54       "desc" : "Case insensitive string",
55       "sig" : "(s)",
56       "static" : true,
57       "memberOf" : "",
58       "isStatic" : true,
59       "isConstructor" : false,
60       "isPrivate" : false,
61       "example" : "",
62       "deprecated" : "",
63       "since" : "",
64       "see" : "",
65       "exceptions" : "",
66       "requires" : "",
67       "params" : [
68         {
69           "name" : "s",
70           "type" : "Mixed",
71           "desc" : "The value being converted",
72           "isOptional" : false
73         }
74       ],
75       "returns" : [
76         {
77           "name" : "",
78           "type" : "String",
79           "desc" : "The comparison value"
80         }
81       ]
82     },
83     {
84       "name" : "asDate",
85       "type" : "function",
86       "desc" : "Date sorting",
87       "sig" : "(s)",
88       "static" : true,
89       "memberOf" : "",
90       "isStatic" : true,
91       "isConstructor" : false,
92       "isPrivate" : false,
93       "example" : "",
94       "deprecated" : "",
95       "since" : "",
96       "see" : "",
97       "exceptions" : "",
98       "requires" : "",
99       "params" : [
100         {
101           "name" : "s",
102           "type" : "Mixed",
103           "desc" : "The value being converted",
104           "isOptional" : false
105         }
106       ],
107       "returns" : [
108         {
109           "name" : "",
110           "type" : "Number",
111           "desc" : "The comparison value"
112         }
113       ]
114     },
115     {
116       "name" : "asUCText",
117       "type" : "function",
118       "desc" : "Strips all HTML tags to sort on text only - Case insensitive",
119       "sig" : "(s)",
120       "static" : true,
121       "memberOf" : "",
122       "isStatic" : true,
123       "isConstructor" : false,
124       "isPrivate" : false,
125       "example" : "",
126       "deprecated" : "",
127       "since" : "",
128       "see" : "",
129       "exceptions" : "",
130       "requires" : "",
131       "params" : [
132         {
133           "name" : "s",
134           "type" : "Mixed",
135           "desc" : "The value being converted",
136           "isOptional" : false
137         }
138       ],
139       "returns" : [
140         {
141           "name" : "",
142           "type" : "String",
143           "desc" : "The comparison value"
144         }
145       ]
146     },
147     {
148       "name" : "asInt",
149       "type" : "function",
150       "desc" : "Integer sorting",
151       "sig" : "(s)",
152       "static" : true,
153       "memberOf" : "",
154       "isStatic" : true,
155       "isConstructor" : false,
156       "isPrivate" : false,
157       "example" : "",
158       "deprecated" : "",
159       "since" : "",
160       "see" : "",
161       "exceptions" : "",
162       "requires" : "",
163       "params" : [
164         {
165           "name" : "s",
166           "type" : "Mixed",
167           "desc" : "The value being converted",
168           "isOptional" : false
169         }
170       ],
171       "returns" : [
172         {
173           "name" : "",
174           "type" : "Number",
175           "desc" : "The comparison value"
176         }
177       ]
178     },
179     {
180       "name" : "asText",
181       "type" : "function",
182       "desc" : "Strips all HTML tags to sort on text only",
183       "sig" : "(s)",
184       "static" : true,
185       "memberOf" : "",
186       "isStatic" : true,
187       "isConstructor" : false,
188       "isPrivate" : false,
189       "example" : "",
190       "deprecated" : "",
191       "since" : "",
192       "see" : "",
193       "exceptions" : "",
194       "requires" : "",
195       "params" : [
196         {
197           "name" : "s",
198           "type" : "Mixed",
199           "desc" : "The value being converted",
200           "isOptional" : false
201         }
202       ],
203       "returns" : [
204         {
205           "name" : "",
206           "type" : "String",
207           "desc" : "The comparison value"
208         }
209       ]
210     },
211     {
212       "name" : "none",
213       "type" : "function",
214       "desc" : "Default sort that does nothing",
215       "sig" : "(s)",
216       "static" : true,
217       "memberOf" : "",
218       "isStatic" : true,
219       "isConstructor" : false,
220       "isPrivate" : false,
221       "example" : "",
222       "deprecated" : "",
223       "since" : "",
224       "see" : "",
225       "exceptions" : "",
226       "requires" : "",
227       "params" : [
228         {
229           "name" : "s",
230           "type" : "Mixed",
231           "desc" : "The value being converted",
232           "isOptional" : false
233         }
234       ],
235       "returns" : [
236         {
237           "name" : "",
238           "type" : "Mixed",
239           "desc" : "The comparison value"
240         }
241       ]
242     }
243   ],
244   "events" : []
245 }