org.oddjob.arooa.design.screem
Class BeanForm.PropertiesForm

java.lang.Object
  extended by org.oddjob.arooa.design.screem.BeanForm.PropertiesForm
All Implemented Interfaces:
Form
Enclosing class:
BeanForm

public static class BeanForm.PropertiesForm
extends Object
implements Form

Form for the properties of the class when it is found.


Constructor Summary
BeanForm.PropertiesForm(DesignProperty[] properties)
           
 
Method Summary
 FormItem getFormItem(int index)
           
 String getTitle()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanForm.PropertiesForm

public BeanForm.PropertiesForm(DesignProperty[] properties)
Method Detail

getTitle

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

size

public int size()

getFormItem

public FormItem getFormItem(int index)