| Module: | libext | Package: | wrap.ext | Parent: | Observable | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.SplitBar
Inheritance : Object : Observable
Constructors
| Signature |
| public SplitBar(HTMLElement dragElement, Element resizingElement) |
| public SplitBar(Element dragElement, HTMLElement resizingElement) |
| public SplitBar(HTMLElement dragElement, HTMLElement resizingElement) |
| public SplitBar(Element dragElement, Element resizingElement) |
| public SplitBar(HTMLElement dragElement, Element resizingElement, int orientation) |
| public SplitBar(Element dragElement, Element resizingElement, int orientation) |
| public SplitBar(HTMLElement dragElement, HTMLElement resizingElement, int orientation) |
| public SplitBar(Element dragElement, HTMLElement resizingElement, int orientation) |
| public SplitBar(Element dragElement, HTMLElement resizingElement, int orientation, int placement) |
| public SplitBar(HTMLElement dragElement, HTMLElement resizingElement, int orientation, int placement) |
| public SplitBar(HTMLElement dragElement, Element resizingElement, int orientation, int placement) |
| public SplitBar(Element dragElement, Element resizingElement, int orientation, int placement) |
Methods
| Name | Signature |
| destroy | void destroy(boolean removeEl) |
| getAdapter | BasicLayoutAdapter getAdapter() |
| getMaximumSize | int getMaximumSize() |
| getMinimumSize | int getMinimumSize() |
| setAdapter | void setAdapter(BasicLayoutAdapter adapter) |
| setCurrentSize | void setCurrentSize(int size) |
| setMaximumSize | void setMaximumSize(int maxSize) |
| setMinimumSize | void setMinimumSize(int minSize) |
Properties
| Name | Type | Comment | |
| animate |
| ||
| maxSize |
| ||
| minSize |
| ||
| useShim |
|
Constructors
|
public SplitBar(HTMLElement dragElement, Element resizingElement) Parameters
|
|
public SplitBar(Element dragElement, HTMLElement resizingElement) Parameters
|
|
public SplitBar(HTMLElement dragElement, HTMLElement resizingElement) Parameters
|
|
public SplitBar(Element dragElement, Element resizingElement) Parameters
|
|
public SplitBar(HTMLElement dragElement, Element resizingElement, int orientation) Parameters
|
|
public SplitBar(Element dragElement, Element resizingElement, int orientation) Parameters
|
|
public SplitBar(HTMLElement dragElement, HTMLElement resizingElement, int orientation) Parameters
|
|
public SplitBar(Element dragElement, HTMLElement resizingElement, int orientation) Parameters
|
|
public SplitBar(Element dragElement, HTMLElement resizingElement, int orientation, int placement) Parameters
|
|
public SplitBar(HTMLElement dragElement, HTMLElement resizingElement, int orientation, int placement) Parameters
|
|
public SplitBar(HTMLElement dragElement, Element resizingElement, int orientation, int placement) Parameters
|
|
public SplitBar(Element dragElement, Element resizingElement, int orientation, int placement) Parameters
|
Methods
|
destroy void destroy(boolean removeEl) Parameters
|
|
getAdapter BasicLayoutAdapter getAdapter()
|
||||
|
getMaximumSize int getMaximumSize()
|
||||
|
getMinimumSize int getMinimumSize()
|
||||
|
setAdapter void setAdapter(BasicLayoutAdapter adapter) Parameters
|
|
setCurrentSize void setCurrentSize(int size) Parameters
|
|
setMaximumSize void setMaximumSize(int maxSize) Parameters
|
|
setMinimumSize void setMinimumSize(int minSize) Parameters
|
| Module: | libext | Package: | wrap.ext | Parent: | Observable | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |