7fd9d0c396f34b5532f970e7b30ccdef8f3268db
[roojs1] / docs / symbols / Roo.SplitBar.BasicLayoutAdapter.json
1 {
2   "name" : "Roo.SplitBar.BasicLayoutAdapter",
3   "augments" : [
4   ],
5   "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.",
6   "isSingleton" : false,
7   "isStatic" : false,
8   "isBuiltin" : false,
9   "memberOf" : "BasicLayoutAdapter",
10   "example" : "",
11   "deprecated" : "",
12   "since" : "",
13   "see" : "",
14   "params" : [
15   ],
16   "returns" : [
17   ],
18   "config" : [
19   ],
20   "methods" : [
21     {
22       "name" : "setElementSize",
23       "desc" : "Called after drag operations to set the size of the resizing element.",
24       "isStatic" : false,
25       "isConstructor" : false,
26       "isPrivate" : false,
27       "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
28       "example" : "",
29       "deprecated" : "",
30       "since" : "",
31       "see" : "",
32       "params" : [
33         {
34           "name" : "s",
35           "type" : "Roo.SplitBar",
36           "desc" : "The SplitBar using this adapter",
37           "isOptional" : false
38         },
39         {
40           "name" : "newSize",
41           "type" : "Number",
42           "desc" : "The new size to set",
43           "isOptional" : false
44         },
45         {
46           "name" : "onComplete",
47           "type" : "Function",
48           "desc" : "A function to be invoked when resizing is complete",
49           "isOptional" : false
50         }
51       ],
52       "returns" : [
53       ]
54     },
55     {
56       "name" : "getElementSize",
57       "desc" : "Called before drag operations to get the current size of the resizing element.",
58       "isStatic" : false,
59       "isConstructor" : false,
60       "isPrivate" : false,
61       "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
62       "example" : "",
63       "deprecated" : "",
64       "since" : "",
65       "see" : "",
66       "params" : [
67         {
68           "name" : "s",
69           "type" : "Roo.SplitBar",
70           "desc" : "The SplitBar using this adapter",
71           "isOptional" : false
72         }
73       ],
74       "returns" : [
75       ]
76     }
77   ],
78   "events" : [
79   ]
80 }