org.siebengeisslein.pgui
Class PFormLayout
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.pgui.PFormLayout
- All Implemented Interfaces:
- java.lang.Cloneable, CloneAware, Instrumented, PLayoutManager
public class PFormLayout
- extends Persistent
- implements PLayoutManager
| 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 |
PFormLayout
public PFormLayout()
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