previous | index | next

External Renderers

Most UI classes delegate rendering to a separate class.

This has the attendant advantages of decoupling:

Alternative renderers can also use JavaScript to keep track of component values on the client.

previous | index | next