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