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

wrap.ext.Slider

Inheritance : Object : Observable : Component : BoxComponent

Constructors

Signature
public Slider()
public Slider(SliderConfig config)

Methods

NameSignature
getValueint getValue()
setValuevoid setValue(int value, boolean animate)

Properties

NameTypeComment
disabled
core.boolean
hidden
core.boolean
initialConfig
wrap.ext.types.SliderConfig
ownerCt
wrap.ext.Container
rendered
core.boolean

Constructors

public Slider()


public Slider(SliderConfig config)

Parameters

NameTypeDescription
configwrap.ext.types.SliderConfig



Methods

getValue

int getValue()

Returns
core.int

setValue

void setValue(int value, boolean animate)

Parameters

NameTypeDescription
valuecore.int
animatecore.boolean

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