Class IMultilanguageFormattedTextModel.MultilanguageFormattedTextWorkingCopy

All Implemented Interfaces:
IEditableModel, IModel, IMap<String,String>, IValidable, Map<String,String>
Enclosing interface:
IMultilanguageFormattedTextModel

public static final class IMultilanguageFormattedTextModel.MultilanguageFormattedTextWorkingCopy extends MapWorkingCopy<String,String>
  • Constructor Details

    • MultilanguageFormattedTextWorkingCopy

      public MultilanguageFormattedTextWorkingCopy(IMultilanguageFormattedTextModel original)
      Creates a new working copy.
      Parameters:
      original - the original map.
  • Method Details

    • isFormatted

      public boolean isFormatted()
      Returns whether formatted text is used.
      Returns:
      true if formatted text is used, false otherwise
    • setFormatted

      public void setFormatted(boolean isFormatted)
      Sets whether formatted text is used.
      Parameters:
      isFormatted - is formatted text or not
    • getChange

      public IChange getChange()
      Specified by:
      getChange in interface IModel
      Overrides:
      getChange in class MapWorkingCopy<String,String>
      Returns:
      change describing the modifications done to the model.