commit extjs-2.2.1
[extjs.git] / docs / output / Ext.SplitBar.BasicLayoutAdapter.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.SplitBar.BasicLayoutAdapter-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.SplitBar.BasicLayoutAdapter-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.SplitBar.BasicLayoutAdapter-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                         <a class="bookmark" href="../docs/?class=Ext.SplitBar.BasicLayoutAdapter"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
7         </div>
8                 <h1>Class Ext.SplitBar.BasicLayoutAdapter</h1>
9         <table cellspacing="0">
10             <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
11             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/SplitBar.js" target="_blank">SplitBar.js</a></td></tr>
12             <tr><td class="label">Class:</td><td class="hd-info">SplitBar.BasicLayoutAdapter</td></tr>
13                         <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.SplitBar.AbsoluteLayoutAdapter" href="output/Ext.SplitBar.AbsoluteLayoutAdapter.html">SplitBar.AbsoluteLayoutAdapter</a></td></tr>
14                                     <tr><td class="label">Extends:</td><td class="hd-info">Object</td></tr>
15                     </table>
16         <div class="description">
17             Default Adapter. It assumes the splitter and resizing element are not positioned
18 elements and only gets/sets the width of the element. Generally used for table based layouts.        </div>
19         
20         <div class="hr"></div>
21                 <a id="Ext.SplitBar.BasicLayoutAdapter-props"></a>
22         <h2>Public Properties</h2>
23         <div class="no-members">This class has no public properties.</div>        <a id="Ext.SplitBar.BasicLayoutAdapter-methods"></a>
24         <h2>Public Methods</h2>
25                 <table cellspacing="0" class="member-table">
26             <tr>
27                 <th class="sig-header" colspan="2">Method</th>
28                 <th class="msource-header">Defined By</th>
29             </tr>
30                 <tr class="method-row expandable">\r
31         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
32         <td class="sig">\r
33         <a id="Ext.SplitBar.BasicLayoutAdapter-getElementSize"></a>\r
34             <b>getElementSize</b>(&nbsp;<code>Ext.SplitBar s</code>&nbsp;) : void            <div class="mdesc">\r
35                         <div class="short">Called before drag operations to get the current size of the resizing element.</div>\r
36             <div class="long">\r
37                 Called before drag operations to get the current size of the resizing element.    <div class="mdetail-params">\r
38         <strong>Parameters:</strong>\r
39         <ul><li><code>s</code> : Ext.SplitBar<div class="sub-desc">The SplitBar using this adapter</div></li>        </ul>\r
40         <strong>Returns:</strong>\r
41         <ul>\r
42             <li><code>void</code></li>\r
43         </ul>\r
44     </div>\r
45                 </div>\r
46                         </div>\r
47         </td>\r
48         <td class="msource">SplitBar.BasicLayoutAdapter</td>\r
49     </tr>\r
50         <tr class="method-row alt expandable">\r
51         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
52         <td class="sig">\r
53         <a id="Ext.SplitBar.BasicLayoutAdapter-setElementSize"></a>\r
54             <b>setElementSize</b>(&nbsp;<code>Ext.SplitBar s</code>, <code>Number newSize</code>, <code>Function onComplete</code>&nbsp;) : void            <div class="mdesc">\r
55                         <div class="short">Called after drag operations to set the size of the resizing element.</div>\r
56             <div class="long">\r
57                 Called after drag operations to set the size of the resizing element.    <div class="mdetail-params">\r
58         <strong>Parameters:</strong>\r
59         <ul><li><code>s</code> : Ext.SplitBar<div class="sub-desc">The SplitBar using this adapter</div></li><li><code>newSize</code> : Number<div class="sub-desc">The new size to set</div></li><li><code>onComplete</code> : Function<div class="sub-desc">A function to be invoked when resizing is complete</div></li>        </ul>\r
60         <strong>Returns:</strong>\r
61         <ul>\r
62             <li><code>void</code></li>\r
63         </ul>\r
64     </div>\r
65                 </div>\r
66                         </div>\r
67         </td>\r
68         <td class="msource">SplitBar.BasicLayoutAdapter</td>\r
69     </tr>\r
70             </table>
71                 <a id="Ext.SplitBar.BasicLayoutAdapter-events"></a>
72         <h2>Public Events</h2>
73         <div class="no-members">This class has no public events.</div>
74         </div>