NextApp Echo
App Container 1.0.5

nextapp.echoservlet.ui
Class FillerUI

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

public class FillerUI
extends ComponentPeer

A peer for Filler (strut) components.

See Also:
Serialized Form

Field Summary
private static Element ELEMENT_BR
           
 
Fields inherited from class nextapp.echoservlet.ComponentPeer
 
Constructor Summary
FillerUI()
           
 
Method Summary
 void render(RenderingContext rc, Element parent)
          A method that should be overridden for the ComponentPeer to produce HTML output.
 
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
 

Field Detail

ELEMENT_BR

private static final Element ELEMENT_BR
Constructor Detail

FillerUI

public FillerUI()
Method Detail

render

public void render(RenderingContext rc,
                   Element parent)
Description copied from class: ComponentPeer
A method that should be overridden for the ComponentPeer to produce HTML output.

Overrides:
render in class ComponentPeer
Parameters:
rc - A rendering context provided by the Connection.
parent - The element that will contain content rendered by this ComponentPeer.
See Also:
ComponentPeer.render(RenderingContext, Element)

NextApp Echo
App Container 1.0.5