Package | twaver |
Interface | public interface IAlarm extends IData, flash.events.IEventDispatcher, IClient |
Implementors | Alarm |
Alarm
class.
See Alarm class for more information about alarm
mechanism in TWaver Flex.
Property | Defined By | ||
---|---|---|---|
acked : Boolean
Whether this alarm is acknowledged. | IAlarm | ||
alarmSeverity : AlarmSeverity
Get alarm severity. | IAlarm | ||
![]() | children : ICollection [read-only]
Get all children data as a collection. | IData | |
![]() | childrenCount : int [read-only]
Get total children count. | IData | |
cleared : Boolean
Get the alarm cleared status. | IAlarm | ||
![]() | clientProperties : ICollection [read-only]
Get a ICollection that contians all client proerty name. | IClient | |
elementID : Object [read-only]
Get the element ID where this alarm occured. | IAlarm | ||
![]() | hasChildren : Boolean [read-only]
Check whether this data has children data. | IData | |
![]() | icon : String
The small icon of this data. | IData | |
![]() | id : Object [read-only]
The ID of this data. | IData | |
![]() | name : String
Get the name of this data. | IData | |
![]() | parent : IData
Get parent data. | IData | |
![]() | toolTip : String
Get tooltip of this data. | IData |
acked | property |
acked:Boolean
Whether this alarm is acknowledged.
public function get acked():Boolean
public function set acked(value:Boolean):void
alarmSeverity | property |
alarmSeverity:AlarmSeverity
Get alarm severity. Every alarm combines an alarm severity to indicate the alarm severe level.
public function get alarmSeverity():AlarmSeverity
public function set alarmSeverity(value:AlarmSeverity):void
cleared | property |
cleared:Boolean
Get the alarm cleared status. Cleared alarm means the problem of this alarm has been covered.
public function get cleared():Boolean
public function set cleared(value:Boolean):void
elementID | property |
elementID:Object
[read-only] Get the element ID where this alarm occured.
public function get elementID():Object