Class AC.data.LoadMonitor
Extends
Ext.util.Observable.
AC load monitor.
Defined in: Utility.js.
Constructor Attributes | Constructor Name and Description |
---|---|
AC.data.LoadMonitor(owner)
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
AC.data.LoadMonitor.counter
Counter indicating the status of data loading.
|
<static> |
AC.data.LoadMonitor.isActive
Indicates if this monitor is active.
|
<static> |
AC.data.LoadMonitor.owner
Owner of this monitor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.data.LoadMonitor.afterLoad()
Invoked after the load counter reaches zero.
|
<static> |
AC.data.LoadMonitor.decrement()
Decrements the load counter.
|
<static> |
AC.data.LoadMonitor.increment()
Increments the load counter.
|
Class Detail
AC.data.LoadMonitor(owner)
Default constructor.
- Parameters:
- owner
- the owner of this load monitor
Field Detail
<static>
AC.data.LoadMonitor.counter
Counter indicating the status of data loading. Zero means loading is done.
- Default Value:
- 0
<static>
AC.data.LoadMonitor.isActive
Indicates if this monitor is active.
- Default Value:
- false
<static>
AC.data.LoadMonitor.owner
Owner of this monitor.
- Default Value:
- null
Method Detail
<static>
AC.data.LoadMonitor.afterLoad()
Invoked after the load counter reaches zero.
- Returns:
- void
<static>
AC.data.LoadMonitor.decrement()
Decrements the load counter.
- Returns:
- void
<static>
AC.data.LoadMonitor.increment()
Increments the load counter.
- Returns:
- void