com.vinay.ui.vinui.fw.core
Class FlowLayout

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.FlowLayout
All Implemented Interfaces:
Layout

public class FlowLayout
extends java.lang.Object
implements Layout

Flow Layout Manager

Author:
Vinay Nath*

Constructor Summary
FlowLayout()
           
 
Method Summary
 void addControl(Control control, int pos)
           
 java.lang.String layout(Page page)
           
 void removeControl(Control control)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowLayout

public FlowLayout()
Method Detail

addControl

public void addControl(Control control,
                       int pos)
Specified by:
addControl in interface Layout

removeControl

public void removeControl(Control control)
Specified by:
removeControl in interface Layout

layout

public java.lang.String layout(Page page)
                        throws VinUIException
Specified by:
layout in interface Layout
Throws:
VinUIException