Class AlarmStatusTableModelDelegate
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
- 
- com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
- 
- com.inductiveautomation.perspective.gateway.components.alarmtables.AlarmStatusTableModelDelegate
 
 
 
- 
 public class AlarmStatusTableModelDelegate extends ComponentModelDelegate 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAlarmStatusTableModelDelegate.Paramsstatic classAlarmStatusTableModelDelegate.Results
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringID- 
Fields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatecomponent, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description AlarmStatusTableModelDelegate(Component component)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(EventFiredMsg message)A event hook for the delegate.voidonShutdown()voidonStartup()voidrefreshData()- 
Methods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatefireEvent, getScriptCallableMethods
 - 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final java.lang.String ID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
AlarmStatusTableModelDelegatepublic AlarmStatusTableModelDelegate(Component component) 
 
- 
 - 
Method Detail- 
refreshDatapublic void refreshData() 
 - 
onStartuppublic void onStartup() - Specified by:
- onStartupin class- AbstractLifecycle
 
 - 
onShutdownpublic void onShutdown() - Specified by:
- onShutdownin class- AbstractLifecycle
 
 - 
handleEventpublic void handleEvent(EventFiredMsg message) Description copied from class:ComponentModelDelegateA event hook for the delegate. Invoked when a "model" event is fired over the websocket channel by the component's client side model delegate. Subclasses can choose if and how to handle incoming event messages.- Overrides:
- handleEventin class- ComponentModelDelegate
- Parameters:
- message-- EventFiredMsgAn event fired message.
 
 
- 
 
-