Class ButtonRenderer

    • Constructor Detail

      • ButtonRenderer

        public ButtonRenderer​(String nullRepresentation)
        Deprecated.
        Creates a new button renderer.
        Parameters:
        nullRepresentation - the textual representation of null value
      • ButtonRenderer

        public ButtonRenderer​(ClickableRenderer.RendererClickListener listener,
                              String nullRepresentation)
        Deprecated.
        Creates a new button renderer and adds the given click listener to it.
        Parameters:
        listener - the click listener to register
        nullRepresentation - the textual representation of null value
      • ButtonRenderer

        public ButtonRenderer()
        Deprecated.
        Creates a new button renderer.
      • ButtonRenderer

        public ButtonRenderer​(ClickableRenderer.RendererClickListener listener)
        Deprecated.
        Creates a new button renderer and adds the given click listener to it.
        Parameters:
        listener - the click listener to register