org.siebengeisslein.pgui
Class PFormLayout

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pgui.PFormLayout
All Implemented Interfaces:
java.lang.Cloneable, CloneAware, Instrumented, PLayoutManager

public class PFormLayout
extends Persistent
implements PLayoutManager


Constructor Summary
PFormLayout()
           
 
Method Summary
 void addColumn(FormLayoutColumn column)
           
 void addRow(FormLayoutRow row)
           
 PFormLayout clone(CloneHelper helper)
           
 FormLayoutColumn getColumn(int i)
           
 int getColumnCount()
           
 java.awt.LayoutManager getLayoutManager()
           
 FormLayoutRow getRow(int i)
           
 int getRowCount()
           
 void removeColumn(int i)
           
 void removeRow(int i)
           
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PFormLayout

public PFormLayout()
Method Detail

addColumn

public void addColumn(FormLayoutColumn column)

addRow

public void addRow(FormLayoutRow row)

getLayoutManager

public java.awt.LayoutManager getLayoutManager()
Specified by:
getLayoutManager in interface PLayoutManager

getColumnCount

public int getColumnCount()

getColumn

public FormLayoutColumn getColumn(int i)

getRowCount

public int getRowCount()

getRow

public FormLayoutRow getRow(int i)

removeColumn

public void removeColumn(int i)

removeRow

public void removeRow(int i)

clone

public PFormLayout clone(CloneHelper helper)
                  throws java.lang.CloneNotSupportedException
Specified by:
clone in interface CloneAware
Throws:
java.lang.CloneNotSupportedException