Interface WidgetResultProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> formatRow​(java.util.List<java.lang.Object> row)
      Format a list of objects into a string representation.
    • Method Detail

      • formatRow

        java.util.List<java.lang.String> formatRow​(java.util.List<java.lang.Object> row)
        Format a list of objects into a string representation.
        Parameters:
        row - The widget's results.
        Returns:
        A list of strings.