Module:libextPackage:wrap.extParent:ObservableCopyright (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

NameSignature
destroyvoid destroy(boolean removeEl)
getAdapterBasicLayoutAdapter getAdapter()
getMaximumSizeint getMaximumSize()
getMinimumSizeint getMinimumSize()
setAdaptervoid setAdapter(BasicLayoutAdapter adapter)
setCurrentSizevoid setCurrentSize(int size)
setMaximumSizevoid setMaximumSize(int maxSize)
setMinimumSizevoid setMinimumSize(int minSize)

Properties

NameTypeComment
animate
core.boolean
maxSize
core.int
minSize
core.int
useShim
core.boolean

Constructors

public SplitBar(HTMLElement dragElement, Element resizingElement)

Parameters

NameTypeDescription
dragElementorg.milescript.dom.HTMLElement
resizingElementwrap.ext.Element



public SplitBar(Element dragElement, HTMLElement resizingElement)

Parameters

NameTypeDescription
dragElementwrap.ext.Element
resizingElementorg.milescript.dom.HTMLElement



public SplitBar(HTMLElement dragElement, HTMLElement resizingElement)

Parameters

NameTypeDescription
dragElementorg.milescript.dom.HTMLElement
resizingElementorg.milescript.dom.HTMLElement



public SplitBar(Element dragElement, Element resizingElement)

Parameters

NameTypeDescription
dragElementwrap.ext.Element
resizingElementwrap.ext.Element



public SplitBar(HTMLElement dragElement, Element resizingElement, int orientation)

Parameters

NameTypeDescription
dragElementorg.milescript.dom.HTMLElement
resizingElementwrap.ext.Element
orientationcore.int



public SplitBar(Element dragElement, Element resizingElement, int orientation)

Parameters

NameTypeDescription
dragElementwrap.ext.Element
resizingElementwrap.ext.Element
orientationcore.int



public SplitBar(HTMLElement dragElement, HTMLElement resizingElement, int orientation)

Parameters

NameTypeDescription
dragElementorg.milescript.dom.HTMLElement
resizingElementorg.milescript.dom.HTMLElement
orientationcore.int



public SplitBar(Element dragElement, HTMLElement resizingElement, int orientation)

Parameters

NameTypeDescription
dragElementwrap.ext.Element
resizingElementorg.milescript.dom.HTMLElement
orientationcore.int



public SplitBar(Element dragElement, HTMLElement resizingElement, int orientation, int placement)

Parameters

NameTypeDescription
dragElementwrap.ext.Element
resizingElementorg.milescript.dom.HTMLElement
orientationcore.int
placementcore.int



public SplitBar(HTMLElement dragElement, HTMLElement resizingElement, int orientation, int placement)

Parameters

NameTypeDescription
dragElementorg.milescript.dom.HTMLElement
resizingElementorg.milescript.dom.HTMLElement
orientationcore.int
placementcore.int



public SplitBar(HTMLElement dragElement, Element resizingElement, int orientation, int placement)

Parameters

NameTypeDescription
dragElementorg.milescript.dom.HTMLElement
resizingElementwrap.ext.Element
orientationcore.int
placementcore.int



public SplitBar(Element dragElement, Element resizingElement, int orientation, int placement)

Parameters

NameTypeDescription
dragElementwrap.ext.Element
resizingElementwrap.ext.Element
orientationcore.int
placementcore.int



Methods

destroy

void destroy(boolean removeEl)

Parameters

NameTypeDescription
removeElcore.boolean

getAdapter

BasicLayoutAdapter getAdapter()

Returns
wrap.ext.BasicLayoutAdapter

getMaximumSize

int getMaximumSize()

Returns
core.int

getMinimumSize

int getMinimumSize()

Returns
core.int

setAdapter

void setAdapter(BasicLayoutAdapter adapter)

Parameters

NameTypeDescription
adapterwrap.ext.BasicLayoutAdapter

setCurrentSize

void setCurrentSize(int size)

Parameters

NameTypeDescription
sizecore.int

setMaximumSize

void setMaximumSize(int maxSize)

Parameters

NameTypeDescription
maxSizecore.int

setMinimumSize

void setMinimumSize(int minSize)

Parameters

NameTypeDescription
minSizecore.int

Module:libextPackage:wrap.extParent:ObservableCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation