org.oddjob.arooa.design.view
Class TextPsudoFormView

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

public class TextPsudoFormView
extends Object
implements SwingFormView

 Label Title     *********************
 


Constructor Summary
TextPsudoFormView(TextPseudoForm elementField)
          Constructor.
 
Method Summary
 Component cell()
          The component should be rendered for use in a table cell.
 Component dialog()
          This should only be called during a test because in the normal use case the text field is presented instead of the button which is the standard way of launching a form dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPsudoFormView

public TextPsudoFormView(TextPseudoForm elementField)
Constructor.

Parameters:
elementField - The ElementField being modelled.
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()
This should only be called during a test because in the normal use case the text field is presented instead of the button which is the standard way of launching a form dialog.

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