EchoPoint
1.0

echopoint.ui.layout
Class HorizontalLayoutManagerUI

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

public class HorizontalLayoutManagerUI
extends LayoutManagerPeer

HorizontalLayoutManagerUI is the peer for HorizontalLayoutManager.

See Also:
Serialized Form

Constructor Summary
HorizontalLayoutManagerUI()
           
 
Method Summary
 void render(nextapp.echoservlet.RenderingContext rc, nextapp.echoservlet.html.Element parent, nextapp.echoservlet.ComponentPeer parentPeer, nextapp.echoservlet.ComponentPeer[] children)
          This method is called when the LayoutManager should layout the child component peer objects.
 
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

HorizontalLayoutManagerUI

public HorizontalLayoutManagerUI()
Method Detail

render

public void render(nextapp.echoservlet.RenderingContext rc,
                   nextapp.echoservlet.html.Element parent,
                   nextapp.echoservlet.ComponentPeer parentPeer,
                   nextapp.echoservlet.ComponentPeer[] children)
Description copied from class: LayoutManagerPeer
This method is called when the LayoutManager should layout the child component peer objects. This method will be called from the ComponentPeer of the Component that contains this LayoutManager.

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

EchoPoint
1.0