EchoPoint
1.0

echopoint.ui.layout
Class XyLayoutManagerUI

java.lang.Object
  extended byechopoint.ui.layout.LayoutManagerPeer
      extended byechopoint.ui.layout.XyLayoutManagerUI
All Implemented Interfaces:
java.io.Serializable

public class XyLayoutManagerUI
extends LayoutManagerPeer

XyLayoutManagerUI is the peer for XyLayoutManager.

See Also:
Serialized Form

Constructor Summary
XyLayoutManagerUI()
           
 
Method Summary
 void render(nextapp.echoservlet.RenderingContext rc, nextapp.echoservlet.html.Element parent, nextapp.echoservlet.ComponentPeer parentPeer, nextapp.echoservlet.ComponentPeer[] children)
          This does a very simple job of calling each child component peer to render itself, in order.
 
Methods inherited from class echopoint.ui.layout.LayoutManagerPeer
getLayoutManager, registered, setLayoutManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XyLayoutManagerUI

public XyLayoutManagerUI()
Method Detail

render

public void render(nextapp.echoservlet.RenderingContext rc,
                   nextapp.echoservlet.html.Element parent,
                   nextapp.echoservlet.ComponentPeer parentPeer,
                   nextapp.echoservlet.ComponentPeer[] children)
This does a very simple job of calling each child component peer to render itself, in order. If the component is a Positionable then its place at the XyCoord. Otherwise its wrapped in an Element that is positioned at the defined place. If no XyCoord is present for the component, then its no place directly.

Specified by:
render in class LayoutManagerPeer
See Also:
for more information on rendering

EchoPoint
1.0