Class SelectivityUI

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

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

  • Constructor Details

    • SelectivityUI

      public SelectivityUI(LayoutManager param0)
    • SelectivityUI

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

      public SelectivityUI(LayoutManager param0, boolean param1)
    • SelectivityUI

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

      public SelectivityUI()
    • SelectivityUI

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

      public SelectivityUI(boolean param0)
    • SelectivityUI

      public SelectivityUI(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<Gear>
    • $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__addSelectivityButton

      public void doActionPerformed__on__addSelectivityButton(ActionEvent event)
    • doActionPerformed__on__cancel

      public void doActionPerformed__on__cancel(ActionEvent event)
    • doActionPerformed__on__removeSelectivityButton

      public void doActionPerformed__on__removeSelectivityButton(ActionEvent event)
    • doActionPerformed__on__save

      public void doActionPerformed__on__save(ActionEvent event)
    • doItemStateChanged__on__fieldSelectivityPopulation

      public void doItemStateChanged__on__fieldSelectivityPopulation(ItemEvent event)
    • doValueChanged__on__$ListSelectionModel0

      public void doValueChanged__on__$ListSelectionModel0(ListSelectionEvent event)
    • getAddSelectivityButton

      public JButton getAddSelectivityButton()
    • getBean

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

      public JButton getCancel()
    • getChangeModel

      public ChangeModel getChangeModel()
    • getFieldSelectivityPopulation

      public JComboBox<Population> getFieldSelectivityPopulation()
    • getHandler

      public SelectivityHandler getHandler()
      Specified by:
      getHandler in class InputContentUI<Gear>
    • getPopulation

      public Population getPopulation()
    • getRemoveSelectivityButton

      public JButton getRemoveSelectivityButton()
    • getSave

      public JButton getSave()
    • getSelectivityEquation

      public InputOneEquationUI getSelectivityEquation()
    • getSelectivityTable

      public JTable getSelectivityTable()
    • getValidator

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

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

      public void setPopulation(Population population)
    • get$JLabel0

      protected JLabel get$JLabel0()
    • 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()
    • createAddSelectivityButton

      protected void createAddSelectivityButton()
    • createBean

      protected void createBean()
    • createBody

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

      protected void createCancel()
    • createChangeModel

      protected void createChangeModel()
    • createFieldSelectivityPopulation

      protected void createFieldSelectivityPopulation()
    • createHandler

      protected void createHandler()
    • createPopulation

      protected void createPopulation()
    • createRemoveSelectivityButton

      protected void createRemoveSelectivityButton()
    • createSave

      protected void createSave()
    • createSelectivityEquation

      protected void createSelectivityEquation()
    • createSelectivityTable

      protected void createSelectivityTable()
    • createValidator

      protected void createValidator()