org.oddjob.arooa.design.view
Class BeanFormView

java.lang.Object
  extended by org.oddjob.arooa.design.view.BeanFormView
All Implemented Interfaces:
SwingFormView

public class BeanFormView
extends Object
implements SwingFormView

The Swing view for a BeanForm.

Author:
rob

Nested Class Summary
static class BeanFormView.ClassNotFoundView
          View for sub form when class is not found.
static class BeanFormView.PropertiesView
          View for properties sub form.
 
Constructor Summary
BeanFormView(BeanForm beanForm)
          Constructor.
 
Method Summary
 Component cell()
          The component should be rendered for use in a table cell.
 Component dialog()
          The component should be rendered for use in a model dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanFormView

public BeanFormView(BeanForm beanForm)
Constructor.

Parameters:
beanForm -
Method Detail

cell

public Component cell()
Description copied from interface: SwingFormView
The component should be rendered for use in a table cell.

Specified by:
cell in interface SwingFormView
Returns:
The component.

dialog

public Component dialog()
Description copied from interface: SwingFormView
The component should be rendered for use in a model dialog. With a border and sized correctly.

Specified by:
dialog in interface SwingFormView
Returns:
The component.