portal.core.render
Class FlowLayout

java.lang.Object
  extended byportal.core.render.AbstractContainerLayout
      extended byportal.core.render.TableLayoutManager
          extended byportal.core.render.FlowLayout
All Implemented Interfaces:
LayoutManager, java.io.Serializable

public class FlowLayout
extends TableLayoutManager

See Also:
Serialized Form

Field Summary
static int HORIZONTAL
           
static int VERTICAL
           
 
Fields inherited from class portal.core.render.TableLayoutManager
BOTTOM, CENTERED, LEFT, MIDDLE, RIGHT, TOP
 
Constructor Summary
FlowLayout(int orientation)
           
 
Method Summary
protected  void doTableContent(Container target, HtmlGraphics graphics)
           
 
Methods inherited from class portal.core.render.TableLayoutManager
doContainerLayout, getHorizontalPosition, getPadding, getSpacing, getVerticalPosition, setHorizontalPosition, setPadding, setSpacing, setVerticalPosition
 
Methods inherited from class portal.core.render.AbstractContainerLayout
doLayout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final int HORIZONTAL
See Also:
Constant Field Values

VERTICAL

public static final int VERTICAL
See Also:
Constant Field Values
Constructor Detail

FlowLayout

public FlowLayout(int orientation)
Method Detail

doTableContent

protected void doTableContent(Container target,
                              HtmlGraphics graphics)
                       throws RenderException
Specified by:
doTableContent in class TableLayoutManager
Throws:
RenderException