echoxul.view.ui
Class ViewComponentUI

java.lang.Object
  extended bynextapp.echoservlet.ComponentPeer
      extended byechoxul.view.ui.ViewComponentUI
All Implemented Interfaces:
java.io.Serializable

public class ViewComponentUI
extends nextapp.echoservlet.ComponentPeer

Peer for the ViewComponent. This peer gets the first child and delegates all render methods to it.

Author:
Terry Laurenzo
See Also:
Serialized Form

Constructor Summary
ViewComponentUI()
           
 
Method Summary
 void render(nextapp.echoservlet.RenderingContext rc, nextapp.echoservlet.html.Element parentElt)
           
 
Methods inherited from class nextapp.echoservlet.ComponentPeer
addAncillaryService, generateId, getBackground, getChildCount, getChildren, getComponent, getFont, getForeground, getId, getInstancePeer, getParent, getPeer, redraw, registered, removeAncillaryService, unregistered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewComponentUI

public ViewComponentUI()
Method Detail

render

public void render(nextapp.echoservlet.RenderingContext rc,
                   nextapp.echoservlet.html.Element parentElt)
See Also:
ComponentPeer.render(nextapp.echoservlet.RenderingContext, nextapp.echoservlet.html.Element)


Copyright © 2004 Terry Laurenzo. All Rights Reserved.