sync
[roojs1] / docs / symbols / Roo.SplitBar.BasicLayoutAdapter.json
1 {
2   "name" : "Roo.SplitBar.BasicLayoutAdapter",
3   "augments" : [],
4   "desc" : "Default Adapter. It assumes the splitter and resizing element are not positioned\nelements and only gets/sets the width of the element. Generally used for table based layouts.",
5   "isSingleton" : false,
6   "isStatic" : false,
7   "isBuiltin" : false,
8   "memberOf" : "BasicLayoutAdapter",
9   "example" : "",
10   "deprecated" : "",
11   "since" : "",
12   "see" : "",
13   "params" : [],
14   "returns" : [],
15   "throws" : "",
16   "requires" : "",
17   "config" : [],
18   "methods" : [
19     {
20       "name" : "setElementSize",
21       "type" : "function",
22       "desc" : "Called after drag operations to set the size of the resizing element.",
23       "sig" : "(s, newSize, onComplete)",
24       "static" : false,
25       "memberOf" : "",
26       "isStatic" : false,
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" : "Roo.SplitBar",
39           "desc" : "The SplitBar using this adapter",
40           "isOptional" : false
41         },
42         {
43           "name" : "newSize",
44           "type" : "Number",
45           "desc" : "The new size to set",
46           "isOptional" : false
47         },
48         {
49           "name" : "onComplete",
50           "type" : "Function",
51           "desc" : "A function to be invoked when resizing is complete",
52           "isOptional" : false
53         }
54       ],
55       "returns" : []
56     },
57     {
58       "name" : "getElementSize",
59       "type" : "function",
60       "desc" : "Called before drag operations to get the current size of the resizing element.",
61       "sig" : "(s)",
62       "static" : false,
63       "memberOf" : "",
64       "isStatic" : false,
65       "isConstructor" : false,
66       "isPrivate" : false,
67       "example" : "",
68       "deprecated" : "",
69       "since" : "",
70       "see" : "",
71       "exceptions" : "",
72       "requires" : "",
73       "params" : [
74         {
75           "name" : "s",
76           "type" : "Roo.SplitBar",
77           "desc" : "The SplitBar using this adapter",
78           "isOptional" : false
79         }
80       ],
81       "returns" : []
82     }
83   ],
84   "events" : []
85 }