EchoPoint
1.0

echopoint.ui
Class BlackHoleUI

java.lang.Object
  extended bynextapp.echoservlet.ComponentPeer
      extended byechopoint.ui.BlackHoleUI
All Implemented Interfaces:
java.io.Serializable

public class BlackHoleUI
extends nextapp.echoservlet.ComponentPeer

BlackHoleUI is the backend peer class for the component BlackHole.

Author:
Brad Baker
See Also:
Serialized Form

Constructor Summary
BlackHoleUI()
           
 
Method Summary
static void register()
          Registers the Component with its peer bindings
 void render(nextapp.echoservlet.RenderingContext rc, nextapp.echoservlet.html.Element parent)
           
 
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

BlackHoleUI

public BlackHoleUI()
Method Detail

render

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

register

public static void register()
Registers the Component with its peer bindings


EchoPoint
1.0