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

wrap.ext.dd.StatusProxy

Inheritance : Object

Constructors

Signature
public StatusProxy(StatusProxyConfig statusProxyArguments)

Methods

NameSignature
getElLayer getEl()
getGhostElement getGhost()
hidevoid hide(boolean clear)
repairvoid repair(Array<int> xy, Function callback, Object scope)
resetvoid reset(boolean clearGhost)
setStatusvoid setStatus(String cssClass)
showvoid show()
stopvoid stop()
syncvoid sync()
updatevoid update(String html)

Constructors

public StatusProxy(StatusProxyConfig statusProxyArguments)

Parameters

NameTypeDescription
statusProxyArgumentswrap.ext.dd.types.StatusProxyConfig



Methods

getEl

Layer getEl()

Returns
wrap.ext.Layer

getGhost

Element getGhost()

Returns
wrap.ext.Element

hide

void hide(boolean clear)

Parameters

NameTypeDescription
clearcore.boolean

repair

void repair(Array<int> xy, Function callback, Object scope)

Parameters

NameTypeDescription
xycore.Array<core.int>
callbackcore.Function
scopecore.Object

reset

void reset(boolean clearGhost)

Parameters

NameTypeDescription
clearGhostcore.boolean

setStatus

void setStatus(String cssClass)

Parameters

NameTypeDescription
cssClasscore.String

show

void show()


stop

void stop()


sync

void sync()


update

void update(String html)

Parameters

NameTypeDescription
htmlcore.String

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