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