Interface IDecorator

    • Method Detail

      • prefix

        String prefix​(Object row)
        Add before the object for example <local>
        Parameters:
        row - used to find the row
        Returns:
        the prefix or null
      • suffix

        String suffix​(Object row)
        Add after the object
        Parameters:
        row - used to find the row
        Returns:
        the suffix or null