Class MetierSeasonInfoSpeciesUI

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

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

  • Constructor Details

    • MetierSeasonInfoSpeciesUI

      public MetierSeasonInfoSpeciesUI(LayoutManager param0)
    • MetierSeasonInfoSpeciesUI

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

      public MetierSeasonInfoSpeciesUI(LayoutManager param0, boolean param1)
    • MetierSeasonInfoSpeciesUI

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

      public MetierSeasonInfoSpeciesUI()
    • MetierSeasonInfoSpeciesUI

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

      public MetierSeasonInfoSpeciesUI(boolean param0)
    • MetierSeasonInfoSpeciesUI

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

    • $afterCompleteSetup

      protected void $afterCompleteSetup()
    • resetChangeModel

      public void resetChangeModel()
      Description copied from class: InputContentUI
      Pas très safe, le bean doit s'appeler changeModel dans l'heritage "FORCEMENT" FIXME echatellier 20111201 small fix because save button has to reset internal ui change model state
      Overrides:
      resetChangeModel in class InputContentUI<Metier>
    • $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__add

      public void doActionPerformed__on__add(ActionEvent event)
    • doActionPerformed__on__cancel

      public void doActionPerformed__on__cancel(ActionEvent event)
    • doActionPerformed__on__remove

      public void doActionPerformed__on__remove(ActionEvent event)
    • doActionPerformed__on__save

      public void doActionPerformed__on__save(ActionEvent event)
    • doItemStateChanged__on__fieldMetierSeasonInfo

      public void doItemStateChanged__on__fieldMetierSeasonInfo(ItemEvent event)
    • doItemStateChanged__on__fieldTargetSpecies

      public void doItemStateChanged__on__fieldTargetSpecies(ItemEvent event)
    • doValueChanged__on__$ListSelectionModel0

      public void doValueChanged__on__$ListSelectionModel0(ListSelectionEvent event)
    • getAdd

      public JButton getAdd()
    • getBean

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

      public JButton getCancel()
    • getChangeModel

      public ChangeModel getChangeModel()
    • getFieldMetierSeasonInfo

      public JComboBox<MetierSeasonInfo> getFieldMetierSeasonInfo()
    • getFieldPrimaryCatch

      public JCheckBox getFieldPrimaryCatch()
    • getFieldTargetSpecies

      public JComboBox<Species> getFieldTargetSpecies()
    • getHandler

      public MetierSeasonInfoSpeciesHandler getHandler()
      Specified by:
      getHandler in class InputContentUI<Metier>
    • getMetierSeasonInfo

      public MetierSeasonInfo getMetierSeasonInfo()
    • getRemove

      public JButton getRemove()
    • getSave

      public JButton getSave()
    • getSpecies

      public Species getSpecies()
    • getTableTargetSpecies

      public JTable getTableTargetSpecies()
    • getTargetFactor

      public InputOneEquationUI getTargetFactor()
    • getValidator

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

      public void setBean(Metier bean)
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      setBean in class InputContentUI<Metier>
    • setMetierSeasonInfo

      public void setMetierSeasonInfo(MetierSeasonInfo metierSeasonInfo)
    • setSpecies

      public void setSpecies(Species species)
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JLabel1

      protected JLabel get$JLabel1()
    • get$JPanel0

      protected JPanel get$JPanel0()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • get$ListSelectionModel0

      protected ListSelectionModel get$ListSelectionModel0()
    • get$Table0

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

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

      protected void addChildrenToBody()
    • addChildrenToValidator

      protected void addChildrenToValidator()
    • createAdd

      protected void createAdd()
    • createBean

      protected void createBean()
    • createBody

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

      protected void createCancel()
    • createChangeModel

      protected void createChangeModel()
    • createFieldMetierSeasonInfo

      protected void createFieldMetierSeasonInfo()
    • createFieldPrimaryCatch

      protected void createFieldPrimaryCatch()
    • createFieldTargetSpecies

      protected void createFieldTargetSpecies()
    • createHandler

      protected void createHandler()
    • createMetierSeasonInfo

      protected void createMetierSeasonInfo()
    • createRemove

      protected void createRemove()
    • createSave

      protected void createSave()
    • createSpecies

      protected void createSpecies()
    • createTableTargetSpecies

      protected void createTableTargetSpecies()
    • createTargetFactor

      protected void createTargetFactor()
    • createValidator

      protected void createValidator()