Class UseAlwaysAttributeService

    • Constructor Detail

      • UseAlwaysAttributeService

        public UseAlwaysAttributeService()
    • Method Detail

      • setUseAlwaysValue

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

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