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

wrap.ext.ProgressBar

Inheritance : Object : Observable : Component : BoxComponent

Constructors

Signature
public ProgressBar()

Methods

NameSignature
isWaitingboolean isWaiting()
resetProgressBar reset()
resetProgressBar reset(boolean hide)
setSizeProgressBar setSize(int width, int height)
updateProgressProgressBar updateProgress()
updateProgressProgressBar updateProgress(float value)
updateProgressProgressBar updateProgress(float value, String text)
updateTextProgressBar updateText()
updateTextProgressBar updateText(String text)
waitProgressBar wait()
waitProgressBar wait(WaitOptions waitOptions)

Constructors

public ProgressBar()


Methods

isWaiting

boolean isWaiting()

Returns
core.boolean

reset

ProgressBar reset()

Returns
wrap.ext.ProgressBar

reset

ProgressBar reset(boolean hide)

Returns
wrap.ext.ProgressBar

Parameters

NameTypeDescription
hidecore.boolean

setSize

ProgressBar setSize(int width, int height)

Returns
wrap.ext.ProgressBar

Parameters

NameTypeDescription
widthcore.int
heightcore.int

updateProgress

ProgressBar updateProgress()

Returns
wrap.ext.ProgressBar

updateProgress

ProgressBar updateProgress(float value)

Returns
wrap.ext.ProgressBar

Parameters

NameTypeDescription
valuecore.float

updateProgress

ProgressBar updateProgress(float value, String text)

Returns
wrap.ext.ProgressBar

Parameters

NameTypeDescription
valuecore.float
textcore.String

updateText

ProgressBar updateText()

Returns
wrap.ext.ProgressBar

updateText

ProgressBar updateText(String text)

Returns
wrap.ext.ProgressBar

Parameters

NameTypeDescription
textcore.String

wait

ProgressBar wait()

Returns
wrap.ext.ProgressBar

wait

ProgressBar wait(WaitOptions waitOptions)

Returns
wrap.ext.ProgressBar

Parameters

NameTypeDescription
waitOptionswrap.ext.types.WaitOptions

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