Interface RemoteDataRenderer<T extends Renderer<T>>

All Superinterfaces:
BasicRenderer, Renderer<T>
All Known Subinterfaces:
LinkedOslcResourceRenderer

public interface RemoteDataRenderer<T extends Renderer<T>> extends Renderer<T>
Since:
3.19.0
  • Method Details

    • withTitle

      @NotNull T withTitle(boolean value)
      Configures this renderer to produce links with long titles. The default is false when this method is not called.
      Returns:
      The same instance to allow for method chaining.
    • withTitle

      @NotNull T withTitle()
      Shortcut for calling Renderer.withLinks(boolean) with true.
    • wrapTitle

      @NotNull T wrapTitle(boolean value)
      Defines if a title will be wrapped. Default is true when this method is not used.
      Returns:
      The same instance to allow for method chaining.
    • wrapTitle

      @NotNull T wrapTitle()
      Shortcut for calling wrapTitle(boolean) with true.