File: Ext.SplitBar.BasicLayoutAdapter.html

package info (click to toggle)
libjs-extjs 3.4.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 53,188 kB
  • ctags: 3,384
  • sloc: php: 819; xml: 537; python: 60; sql: 44; makefile: 35
file content (2 lines) | stat: -rw-r--r-- 4,040 bytes parent folder | download
1
2
<div xmlns:ext="http://www.extjs.com" class="body-wrap"><h1>Class <a href="source/SplitBar.html#cls-Ext.SplitBar.BasicLayoutAdapter">Ext.SplitBar.BasicLayoutAdapter</a></h1><table cellspacing="0"><tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr><tr><td class="label">Defined In:</td><td class="hd-info"><a href="source/SplitBar.html#cls-Ext.SplitBar.BasicLayoutAdapter">SplitBar.js</a></td></tr><tr><td class="label">Class:</td><td class="hd-info"><a href="source/SplitBar.html#cls-Ext.SplitBar.BasicLayoutAdapter">SplitBar.BasicLayoutAdapter</a></td></tr><tr><td class="label">Subclasses:</td><td class="hd-info"><a href="output/Ext.SplitBar.AbsoluteLayoutAdapter.html" ext:cls="Ext.SplitBar.AbsoluteLayoutAdapter">SplitBar.AbsoluteLayoutAdapter</a></td></tr><tr><td class="label">Extends:</td><td class="hd-info">Object</td></tr></table><div class="description">Default Adapter. It assumes the splitter and resizing element are not positioned
elements and only gets/sets the width of the element. Generally used for table based layouts.</div><div class="hr"></div><a id="Ext.SplitBar.BasicLayoutAdapter-props"></a><h2>Public Properties</h2><div class="no-members">This class has no public properties.</div><a id="Ext.SplitBar.BasicLayoutAdapter-methods"></a><h2>Public Methods</h2><table cellspacing="0" class="member-table"><tbody><tr><th colspan="2" class="sig-header">Method</th><th class="msource-header">Defined By</th></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi">&nbsp;</a></td><td class="sig"><a id="Ext.SplitBar.BasicLayoutAdapter-getElementSize"></a><b class="method"><a href="source/SplitBar.html#method-Ext.SplitBar.BasicLayoutAdapter-getElementSize">getElementSize</a></b><span class="openparen">(&nbsp;</span><span title="Required" class="required">Ext.SplitBar&nbsp;s</span><span class="closeparen">&nbsp;)</span><span class="colon">&nbsp;:&nbsp;</span><span class="return">void</span><div class="mdesc"><div class="short">Called before drag operations to get the current size of the resizing element.</div><div class="long">Called before drag operations to get the current size of the resizing element.<div class="mdetail-params"><strong>Parameters:</strong><ul><li><code>s</code> : Ext.SplitBar<div class="sub-desc">The SplitBar using this adapter</div></li></ul><strong>Returns:</strong><ul><li>void</li></ul></div></div></div></td><td class="msource">SplitBar.BasicLayoutAdapter</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi">&nbsp;</a></td><td class="sig"><a id="Ext.SplitBar.BasicLayoutAdapter-setElementSize"></a><b class="method"><a href="source/SplitBar.html#method-Ext.SplitBar.BasicLayoutAdapter-setElementSize">setElementSize</a></b><span class="openparen">(&nbsp;</span><span title="Required" class="required">Ext.SplitBar&nbsp;s</span><span class="comma">,&nbsp;</span><span title="Required" class="required">Number&nbsp;newSize</span><span class="comma">,&nbsp;</span><span title="Required" class="required">Function&nbsp;onComplete</span><span class="closeparen">&nbsp;)</span><span class="colon">&nbsp;:&nbsp;</span><span class="return">void</span><div class="mdesc"><div class="short">Called after drag operations to set the size of the resizing element.</div><div class="long">Called after drag operations to set the size of the resizing element.<div class="mdetail-params"><strong>Parameters:</strong><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><strong>Returns:</strong><ul><li>void</li></ul></div></div></div></td><td class="msource">SplitBar.BasicLayoutAdapter</td></tr></tbody></table><a id="Ext.SplitBar.BasicLayoutAdapter-events"></a><h2>Public Events</h2><div class="no-members">This class has no public events.</div></div>