Package | Description |
---|---|
twaver | |
twaver.table |
Modifier and Type | Method and Description |
---|---|
Alarm |
AlarmModelQuickFinder.findFirst(java.lang.Object value)
Find the first alarm whose bound property value equals to the
given value.
|
Alarm |
AlarmModelEvent.getAlarm()
Return the related alarm object.
|
Alarm |
AlarmModel.getAlarmByID(java.lang.Object id)
get alarm instance by given id.
|
Modifier and Type | Method and Description |
---|---|
void |
AlarmModel.acknowledgeAlarm(Alarm alarm) |
protected void |
AlarmModelQuickFinder.addAlarm(Alarm alarm)
Add given alarm into internal cache.
|
void |
AlarmModel.addAlarm(Alarm alarm)
Add new alarm into the model.
|
java.lang.Object |
DefaultAlarmElementMapping.getCorrespondingElements(TDataBox box,
Alarm alarm)
Gets the corresponding elements by given data box and alarm object.
|
java.lang.Object |
AlarmElementMapping.getCorrespondingElements(TDataBox box,
Alarm alarm)
Gets the corresponding elements by given data box and alarm object.
|
java.util.Collection |
AlarmModel.getElementsByAlarm(Alarm alarm) |
protected java.lang.Object |
AlarmModelQuickFinder.getKey(Alarm alarm)
Gets bind property's value of the given alarm.
|
boolean |
AlarmModelQuickFinder.interested(Alarm alarm)
Determines whether or not this finder has interest on
this specified alarm.
|
boolean |
AlarmVisibleFilter.isVisible(Alarm alarm)
Tells whether this alarm object is visible.
|
protected void |
AlarmModelQuickFinder.removeAlarm(Alarm alarm)
Remove the alarm from internal cache.
|
void |
AlarmModel.removeAlarm(Alarm alarm)
remove the specified alarm instance from the alarm model.
|
Constructor and Description |
---|
AlarmModelEvent(AlarmModel model,
Alarm alarm,
int type)
Creates a alarm model event object.
|
Modifier and Type | Method and Description |
---|---|
Alarm |
TAlarmTable.getAlarmByOID(java.lang.Object oid)
Get alarm object by table row OID.
|
Alarm |
TAlarmTable.getAlarmByRowData(java.util.Vector rowData)
Get alarm object by table row data.
|
Alarm |
TAlarmTable.getAlarmByRowIndex(int rowIndex)
Gets alarm by table row index.
|
Alarm |
TAlarmTable.getCurrentEditingAlarm() |
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.