org.siebengeisslein.pgui
Class AbstractFormLayout
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.pgui.AbstractFormLayout
- All Implemented Interfaces:
- java.lang.Cloneable, CloneAware, Instrumented
- Direct Known Subclasses:
- FormLayoutColumn, FormLayoutRow
public abstract class AbstractFormLayout
- extends Persistent
- implements CloneAware
| 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 |
AbstractFormLayout
public AbstractFormLayout()
getSize
public com.jgoodies.forms.layout.Size getSize()
isHorizontal
protected abstract boolean isHorizontal()
setSize
public void setSize(com.jgoodies.forms.layout.Size size)
setSize
public void setSize(java.lang.String size)
getWeight
public double getWeight()
setWeight
public void setWeight(double weight)
clone
public AbstractFormLayout clone(CloneHelper helper)
throws java.lang.CloneNotSupportedException
- Specified by:
clone in interface CloneAware
- Throws:
java.lang.CloneNotSupportedException