org.oddjob.arooa.design.screem
Class TextPseudoForm

java.lang.Object
  extended by org.oddjob.arooa.design.screem.TextPseudoForm
All Implemented Interfaces:
Form

public class TextPseudoForm
extends Object
implements Form

Groups a attribute and it's title.


Constructor Summary
TextPseudoForm(DesignAttributeProperty attribute)
           
TextPseudoForm(String title, DesignAttributeProperty attribute)
           
 
Method Summary
 DesignAttributeProperty getAttribute()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPseudoForm

public TextPseudoForm(DesignAttributeProperty attribute)

TextPseudoForm

public TextPseudoForm(String title,
                      DesignAttributeProperty attribute)
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface Form

getAttribute

public DesignAttributeProperty getAttribute()