Interface IDecorator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String prefix​(java.lang.Object row)
      Add before the object for example <local>
      java.lang.String suffix​(java.lang.Object row)
      Add after the object
    • Method Detail

      • prefix

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

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