org.siebengeisslein.pgui
Class FormLayoutRow

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

public class FormLayoutRow
extends AbstractFormLayout


Constructor Summary
FormLayoutRow()
           
FormLayoutRow(com.jgoodies.forms.layout.FormSpec.DefaultAlignment align, com.jgoodies.forms.layout.Size size, double weight)
           
 
Method Summary
 FormLayoutRow clone(CloneHelper helper)
           
 com.jgoodies.forms.layout.FormSpec.DefaultAlignment getAlign()
           
protected  boolean isHorizontal()
           
 void setAlign(com.jgoodies.forms.layout.FormSpec.DefaultAlignment align)
           
 com.jgoodies.forms.layout.RowSpec toRowSpec()
           
 
Methods inherited from class org.siebengeisslein.pgui.AbstractFormLayout
getSize, getWeight, setSize, setSize, setWeight
 
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

FormLayoutRow

public FormLayoutRow()

FormLayoutRow

public FormLayoutRow(com.jgoodies.forms.layout.FormSpec.DefaultAlignment align,
                     com.jgoodies.forms.layout.Size size,
                     double weight)
Method Detail

getAlign

public com.jgoodies.forms.layout.FormSpec.DefaultAlignment getAlign()

setAlign

public void setAlign(com.jgoodies.forms.layout.FormSpec.DefaultAlignment align)

toRowSpec

public com.jgoodies.forms.layout.RowSpec toRowSpec()

isHorizontal

protected boolean isHorizontal()
Specified by:
isHorizontal in class AbstractFormLayout

clone

public FormLayoutRow clone(CloneHelper helper)
                    throws java.lang.CloneNotSupportedException
Specified by:
clone in interface CloneAware
Overrides:
clone in class AbstractFormLayout
Throws:
java.lang.CloneNotSupportedException