Class RenderersKt

  • All Implemented Interfaces:

    
    public final class RenderersKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final static ValueProvider<T, V> valueProvider
      private final static String template
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ValueProvider<T, V> getValueProvider()
      final String getTemplate()
      final static <T extends Any> String _getPresentationValue(Renderer<T> $self, T rowObject) Returns the output of this renderer for given rowObject formatted as close as possible to the client-side output.
      final static <T extends Any> String renderLitTemplate(String template, Map<String, ValueProvider<T, ?>> valueProviders, T item)
      final static <T extends Any> String renderText(TextRenderer<T> $self, T item) Returns the text rendered for given item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait