Class RegionalSettingsDiff
java.lang.Object
com.inductiveautomation.ignition.common.i18n.RegionalSettingsDiff
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(RegionalSettings settings) voidUndoes any modifications, and also marks the locale as deleted.booleanbooleanisModified(Locale l) booleanvoidUndoes any modifications, but does not add the locale to the "removed" list.
- 
Constructor Details- 
RegionalSettingsDiffpublic RegionalSettingsDiff()
 
- 
- 
Method Details- 
isRemoved
- 
get
- 
isModified
- 
getRemoved
- 
getModified
- 
add
- 
removeChangeUndoes any modifications, but does not add the locale to the "removed" list.
- 
deleteUndoes any modifications, and also marks the locale as deleted.
- 
hasChangespublic boolean hasChanges()
- 
getAvailableLocales
 
-