Class BeanFormView.ClassNotFoundView

java.lang.Object
org.oddjob.arooa.design.view.BeanFormView.ClassNotFoundView
All Implemented Interfaces:
SwingFormView
Enclosing class:
BeanFormView

public static class BeanFormView.ClassNotFoundView extends Object implements SwingFormView
View for sub form when class is not found.
  • Constructor Details

  • Method Details

    • 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.