Class SpeciesUI

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject, jaxx.runtime.JAXXValidator

public class SpeciesUI extends InputContentUI<Species> implements jaxx.runtime.JAXXValidator
See Also:
  • Field Details

  • Constructor Details

    • SpeciesUI

      public SpeciesUI(LayoutManager param0)
    • SpeciesUI

      public SpeciesUI(jaxx.runtime.JAXXContext param0, LayoutManager param1)
    • SpeciesUI

      public SpeciesUI(LayoutManager param0, boolean param1)
    • SpeciesUI

      public SpeciesUI(jaxx.runtime.JAXXContext param0, LayoutManager param1, boolean param2)
    • SpeciesUI

      public SpeciesUI()
    • SpeciesUI

      public SpeciesUI(jaxx.runtime.JAXXContext param0)
    • SpeciesUI

      public SpeciesUI(boolean param0)
    • SpeciesUI

      public SpeciesUI(jaxx.runtime.JAXXContext param0, boolean param1)
  • Method Details

    • $afterCompleteSetup

      protected void $afterCompleteSetup()
    • $getJAXXObjectDescriptor

      public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
    • getValidator

      public jaxx.runtime.validator.swing.SwingValidator<?> getValidator(String validatorId)
      Specified by:
      getValidator in interface jaxx.runtime.JAXXValidator
    • getValidatorIds

      public List<String> getValidatorIds()
      Specified by:
      getValidatorIds in interface jaxx.runtime.JAXXValidator
    • registerValidatorFields

      public void registerValidatorFields()
      Specified by:
      registerValidatorFields in interface jaxx.runtime.JAXXValidator
    • doActionPerformed__on__cancel

      public void doActionPerformed__on__cancel(ActionEvent event)
    • doActionPerformed__on__create

      public void doActionPerformed__on__create(ActionEvent event)
    • doActionPerformed__on__delete

      public void doActionPerformed__on__delete(ActionEvent event)
    • doActionPerformed__on__save

      public void doActionPerformed__on__save(ActionEvent event)
    • doKeyReleased__on__fieldSpeciesCEE

      public void doKeyReleased__on__fieldSpeciesCEE(KeyEvent event)
    • doKeyReleased__on__fieldSpeciesCodeRubbin

      public void doKeyReleased__on__fieldSpeciesCodeRubbin(KeyEvent event)
    • doKeyReleased__on__fieldSpeciesComment

      public void doKeyReleased__on__fieldSpeciesComment(KeyEvent event)
    • doKeyReleased__on__fieldSpeciesName

      public void doKeyReleased__on__fieldSpeciesName(KeyEvent event)
    • doKeyReleased__on__fieldSpeciesScientificName

      public void doKeyReleased__on__fieldSpeciesScientificName(KeyEvent event)
    • getBean

      public Species getBean()
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      getBean in class InputContentUI<Species>
    • getCancel

      public JButton getCancel()
    • getCreate

      public JButton getCreate()
    • getDelete

      public JButton getDelete()
    • getFieldSpeciesCEE

      public JTextField getFieldSpeciesCEE()
    • getFieldSpeciesCodeRubbin

      public JTextField getFieldSpeciesCodeRubbin()
    • getFieldSpeciesComment

      public JTextArea getFieldSpeciesComment()
    • getFieldSpeciesName

      public JTextField getFieldSpeciesName()
    • getFieldSpeciesScientificName

      public JTextField getFieldSpeciesScientificName()
    • getHandler

      public SpeciesHandler getHandler()
      Specified by:
      getHandler in class InputContentUI<Species>
    • getSave

      public JButton getSave()
    • getValidator

      public jaxx.runtime.validator.swing.SwingValidator<Species> getValidator()
    • setBean

      public void setBean(Species bean)
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      setBean in class InputContentUI<Species>
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JLabel1

      protected JLabel get$JLabel1()
    • get$JLabel2

      protected JLabel get$JLabel2()
    • get$JLabel3

      protected JLabel get$JLabel3()
    • get$JLabel4

      protected JLabel get$JLabel4()
    • get$JLabel5

      protected JLabel get$JLabel5()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • get$SpeciesStructuredUI0

      protected SpeciesStructuredUI get$SpeciesStructuredUI0()
    • get$Table0

      protected jaxx.runtime.swing.Table get$Table0()
    • get$Table1

      protected jaxx.runtime.swing.Table get$Table1()
    • get$Table2

      protected jaxx.runtime.swing.Table get$Table2()
    • addChildrenToBody

      protected void addChildrenToBody()
    • addChildrenToValidator

      protected void addChildrenToValidator()
    • createBean

      protected void createBean()
    • createBody

      protected void createBody()
      Overrides:
      createBody in class InputContentUI<Species>
    • createCancel

      protected void createCancel()
    • createCreate

      protected void createCreate()
    • createDelete

      protected void createDelete()
    • createFieldSpeciesCEE

      protected void createFieldSpeciesCEE()
    • createFieldSpeciesCodeRubbin

      protected void createFieldSpeciesCodeRubbin()
    • createFieldSpeciesComment

      protected void createFieldSpeciesComment()
    • createFieldSpeciesName

      protected void createFieldSpeciesName()
    • createFieldSpeciesScientificName

      protected void createFieldSpeciesScientificName()
    • createHandler

      protected void createHandler()
    • createSave

      protected void createSave()
    • createValidator

      protected void createValidator()