Class SystemMap.SystemMapElement.StatusItem
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.web.models.SystemMap.SystemMapElement.StatusItem
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- SystemMap.SystemMapElement
 
 public static class SystemMap.SystemMapElement.StatusItem extends java.lang.Object implements java.io.SerializableA 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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description StatusItem(SystemMap.SystemMapElement.StatusItemState state, java.lang.String msgFallback, java.lang.String messageKey, java.lang.Object... messageArgs)StatusItem(java.lang.String display, SystemMap.SystemMapElement.StatusItemState state)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplay(java.util.Locale locale)SystemMap.SystemMapElement.StatusItemStategetState()
 
- 
- 
- 
Constructor Detail- 
StatusItempublic StatusItem(SystemMap.SystemMapElement.StatusItemState state, java.lang.String msgFallback, java.lang.String messageKey, java.lang.Object... messageArgs) 
 - 
StatusItempublic StatusItem(java.lang.String display, SystemMap.SystemMapElement.StatusItemState state)
 
- 
 - 
Method Detail- 
getDisplaypublic java.lang.String getDisplay(java.util.Locale locale) 
 - 
getStatepublic SystemMap.SystemMapElement.StatusItemState getState() 
 
- 
 
-