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