Class SaveDataAttributeService

    • Constructor Detail

      • SaveDataAttributeService

        public SaveDataAttributeService()
    • Method Detail

      • setSaveDataValue

        public void setSaveDataValue​(PropertyInfo info,
                                     boolean checked,
                                     Form form)
        The method update "save data" value for propery info.
        Specified by:
        setSaveDataValue in interface ISaveDataAttributeService
        Parameters:
        info - for update "save data" value. (Can not be null.)
        checked - the "save data" value.
        form - the form. (Can not be null.)
      • clear

        public void clear​(FormAttribute attribute,
                          Form form)
        This method clean all "save data" data in the attribute.
        Specified by:
        clear in interface ISaveDataAttributeService
        Parameters:
        attribute - the form attribute for clean a save data values.(Can not be null).
        form - the form. (Can not be null).