Class PopulationStockUI

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

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

    • PROPERTY_BEAN

      public static final String PROPERTY_BEAN
      See Also:
    • BINDING_CANCEL_ENABLED

      public static final String BINDING_CANCEL_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_ABUNDANCE_REFERENCE_MONTH_ENABLED

      public static final String BINDING_FIELD_POPULATION_ABUNDANCE_REFERENCE_MONTH_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_COMPUTE_FON_LANDINGS_ENABLED

      public static final String BINDING_FIELD_POPULATION_COMPUTE_FON_LANDINGS_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_COMPUTE_FON_LANDINGS_SELECTED

      public static final String BINDING_FIELD_POPULATION_COMPUTE_FON_LANDINGS_SELECTED
      See Also:
    • BINDING_FIELD_POPULATION_FBAR_GROUP_MAX_ENABLED

      public static final String BINDING_FIELD_POPULATION_FBAR_GROUP_MAX_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_FBAR_GROUP_MAX_TEXT

      public static final String BINDING_FIELD_POPULATION_FBAR_GROUP_MAX_TEXT
      See Also:
    • BINDING_FIELD_POPULATION_FBAR_GROUP_MIN_ENABLED

      public static final String BINDING_FIELD_POPULATION_FBAR_GROUP_MIN_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_FBAR_GROUP_MIN_TEXT

      public static final String BINDING_FIELD_POPULATION_FBAR_GROUP_MIN_TEXT
      See Also:
    • BINDING_FISHING_MORTALITY_OTHER_FLEETS_ACTIVE

      public static final String BINDING_FISHING_MORTALITY_OTHER_FLEETS_ACTIVE
      See Also:
    • BINDING_FISHING_MORTALITY_OTHER_FLEETS_BEAN

      public static final String BINDING_FISHING_MORTALITY_OTHER_FLEETS_BEAN
      See Also:
    • BINDING_SAVE_ENABLED

      public static final String BINDING_SAVE_ENABLED
      See Also:
    • BINDING_VALIDATOR_BEAN

      public static final String BINDING_VALIDATOR_BEAN
      See Also:
    • bean

      protected Population bean
    • cancel

      protected JButton cancel
    • fieldPopulationAbundanceReferenceMonth

      protected JComboBox fieldPopulationAbundanceReferenceMonth
    • fieldPopulationComputeFOnLandings

      protected JCheckBox fieldPopulationComputeFOnLandings
    • fieldPopulationFbarGroupMax

      protected JTextField fieldPopulationFbarGroupMax
    • fieldPopulationFbarGroupMin

      protected JTextField fieldPopulationFbarGroupMin
    • fishingMortalityOtherFleets

      protected InputOneEquationUI fishingMortalityOtherFleets
    • handler

      protected PopulationStockHandler handler
    • save

      protected JButton save
    • validator

      protected jaxx.runtime.validator.swing.SwingValidator<Population> validator
    • validatorIds

      protected List<String> validatorIds
  • Constructor Details

    • PopulationStockUI

      public PopulationStockUI(LayoutManager param0)
    • PopulationStockUI

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

      public PopulationStockUI(LayoutManager param0, boolean param1)
    • PopulationStockUI

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

      public PopulationStockUI()
    • PopulationStockUI

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

      public PopulationStockUI(boolean param0)
    • PopulationStockUI

      public PopulationStockUI(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__fieldPopulationAbundanceReferenceMonth

      public void doActionPerformed__on__fieldPopulationAbundanceReferenceMonth(ActionEvent event)
    • doActionPerformed__on__fieldPopulationComputeFOnLandings

      public void doActionPerformed__on__fieldPopulationComputeFOnLandings(ActionEvent event)
    • doActionPerformed__on__save

      public void doActionPerformed__on__save(ActionEvent event)
    • doKeyReleased__on__fieldPopulationFbarGroupMax

      public void doKeyReleased__on__fieldPopulationFbarGroupMax(KeyEvent event)
    • doKeyReleased__on__fieldPopulationFbarGroupMin

      public void doKeyReleased__on__fieldPopulationFbarGroupMin(KeyEvent event)
    • getBean

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

      public JButton getCancel()
    • getFieldPopulationAbundanceReferenceMonth

      public JComboBox getFieldPopulationAbundanceReferenceMonth()
    • getFieldPopulationComputeFOnLandings

      public JCheckBox getFieldPopulationComputeFOnLandings()
    • getFieldPopulationFbarGroupMax

      public JTextField getFieldPopulationFbarGroupMax()
    • getFieldPopulationFbarGroupMin

      public JTextField getFieldPopulationFbarGroupMin()
    • getFishingMortalityOtherFleets

      public InputOneEquationUI getFishingMortalityOtherFleets()
    • getHandler

      public PopulationStockHandler getHandler()
      Specified by:
      getHandler in class InputContentUI<Population>
    • getSave

      public JButton getSave()
    • getValidator

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

      public void setBean(Population bean)
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      setBean in class InputContentUI<Population>
    • 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$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()
    • createBean

      protected void createBean()
    • createBody

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

      protected void createCancel()
    • createFieldPopulationAbundanceReferenceMonth

      protected void createFieldPopulationAbundanceReferenceMonth()
    • createFieldPopulationComputeFOnLandings

      protected void createFieldPopulationComputeFOnLandings()
    • createFieldPopulationFbarGroupMax

      protected void createFieldPopulationFbarGroupMax()
    • createFieldPopulationFbarGroupMin

      protected void createFieldPopulationFbarGroupMin()
    • createFishingMortalityOtherFleets

      protected void createFishingMortalityOtherFleets()
    • createHandler

      protected void createHandler()
    • createSave

      protected void createSave()
    • createValidator

      protected void createValidator()