org.oddjob.designer.model
Class StandardForm

java.lang.Object
  extended byorg.oddjob.designer.model.StandardForm
All Implemented Interfaces:
FormDefinition

public class StandardForm
extends java.lang.Object
implements FormDefinition

A form definition provides a definition for creating the designer detail panel.


Constructor Summary
StandardForm(java.lang.String name)
           
 
Method Summary
 StandardForm addGroup(DesignDefinition designDef)
          Add a dialog definition which will be rendered as a group on the form.
 DesignDefinition getDesignDefinition(int index)
           
 java.lang.String getName()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardForm

public StandardForm(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

addGroup

public StandardForm addGroup(DesignDefinition designDef)
Add a dialog definition which will be rendered as a group on the form.

Parameters:
designDef - A design definition.
Returns:
This form definition.

size

public int size()

getDesignDefinition

public DesignDefinition getDesignDefinition(int index)