Class SystemMap.SystemMapElement.StatusItem
java.lang.Object
com.inductiveautomation.ignition.gateway.web.models.SystemMap.SystemMapElement.StatusItem
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - SystemMap.SystemMapElement
 
A textual status item to be displayed inside a SystemMapElement. Supports two methods of defining the text:
 plain string message, or resource key with accompanying arguments. If using the resource key, the text
 message should still be provided as a fallback, in case the map is sent to a redundant node who doesn't have
 that module installed.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionStatusItem(SystemMap.SystemMapElement.StatusItemState state, String msgFallback, String messageKey, Object... messageArgs) StatusItem(String display, SystemMap.SystemMapElement.StatusItemState state)  - 
Method Summary
 
- 
Constructor Details
- 
StatusItem
public StatusItem(SystemMap.SystemMapElement.StatusItemState state, String msgFallback, String messageKey, Object... messageArgs)  - 
StatusItem
 
 - 
 - 
Method Details
- 
getDisplay
 - 
getState
 
 -