us.asciiroth.client.ui
Class SpanRenderer

java.lang.Object
  extended by us.asciiroth.client.ui.SpanRenderer
All Implemented Interfaces:
Renderer

public class SpanRenderer
extends java.lang.Object
implements Renderer

Render a span into the table cell using an array join. In FF2, this removed visual oddities, but it also happens to be very fast in that browser. In FF3, caching the array and rewriting the elements that are changing, is actually substantially slower than this in-line literal form. Wierd, huh?


Constructor Summary
SpanRenderer()
           
 
Method Summary
 void render(com.google.gwt.user.client.Element td, java.lang.String entity, java.lang.String color, java.lang.String bgcolor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanRenderer

public SpanRenderer()
Method Detail

render

public void render(com.google.gwt.user.client.Element td,
                   java.lang.String entity,
                   java.lang.String color,
                   java.lang.String bgcolor)
Specified by:
render in interface Renderer

0.7

© 2009 Alx Dark