EchoPoint
1.0

echopoint.ui.layout
Class GridLayoutManagerUI

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

public class GridLayoutManagerUI
extends LayoutManagerPeer

GridLayoutManagerUI is the peer for GridLayoutManager.

See Also:
Serialized Form

Constructor Summary
GridLayoutManagerUI()
           
 
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

GridLayoutManagerUI

public GridLayoutManagerUI()
Method Detail

render

public 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. 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