Interface DynamicLocalizedAttributeHandler<VALUE,​MODEL extends AbstractItemModel>

    • Method Detail

      • get

        VALUE get​(MODEL model,
                  java.util.Locale loc)
        Holds logic behind getter for dynamic attribute.
        Parameters:
        model - model for which dynamic attribute is declared.
        loc - the locale for the given attribute
        Returns:
        computed value.
      • set

        void set​(MODEL model,
                 VALUE value,
                 java.util.Locale loc)
        Holds logic behind setter for dynamic attribute.
        Parameters:
        model - model for which dynamic attribute is declared.
        value - the value which will be used by setter logic.
        loc - the locale for the given attribute