Class SetOfVesselsBasicsUI

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

public class SetOfVesselsBasicsUI extends InputContentUI<SetOfVessels> 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_CREATE_ENABLED

      public static final String BINDING_CREATE_ENABLED
      See Also:
    • BINDING_DELETE_ENABLED

      public static final String BINDING_DELETE_ENABLED
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_COMMENT_ENABLED

      public static final String BINDING_FIELD_SET_OF_VESSELS_COMMENT_ENABLED
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_COMMENT_TEXT

      public static final String BINDING_FIELD_SET_OF_VESSELS_COMMENT_TEXT
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_FIXED_COSTS_ENABLED

      public static final String BINDING_FIELD_SET_OF_VESSELS_FIXED_COSTS_ENABLED
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_FIXED_COSTS_TEXT

      public static final String BINDING_FIELD_SET_OF_VESSELS_FIXED_COSTS_TEXT
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_NAME_ENABLED

      public static final String BINDING_FIELD_SET_OF_VESSELS_NAME_ENABLED
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_NAME_TEXT

      public static final String BINDING_FIELD_SET_OF_VESSELS_NAME_TEXT
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_NUMBER_OF_VESSELS_ENABLED

      public static final String BINDING_FIELD_SET_OF_VESSELS_NUMBER_OF_VESSELS_ENABLED
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_NUMBER_OF_VESSELS_TEXT

      public static final String BINDING_FIELD_SET_OF_VESSELS_NUMBER_OF_VESSELS_TEXT
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_PORT_ENABLED

      public static final String BINDING_FIELD_SET_OF_VESSELS_PORT_ENABLED
      See Also:
    • BINDING_FIELD_SET_OF_VESSELS_VESSEL_TYPE_ENABLED

      public static final String BINDING_FIELD_SET_OF_VESSELS_VESSEL_TYPE_ENABLED
      See Also:
    • BINDING_SAVE_ENABLED

      public static final String BINDING_SAVE_ENABLED
      See Also:
    • BINDING_TECHNICAL_EFFICIENCY_ACTIVE

      public static final String BINDING_TECHNICAL_EFFICIENCY_ACTIVE
      See Also:
    • BINDING_TECHNICAL_EFFICIENCY_BEAN

      public static final String BINDING_TECHNICAL_EFFICIENCY_BEAN
      See Also:
    • BINDING_VALIDATOR_BEAN

      public static final String BINDING_VALIDATOR_BEAN
      See Also:
    • bean

      protected SetOfVessels bean
    • cancel

      protected JButton cancel
    • create

      protected JButton create
    • delete

      protected JButton delete
    • fieldSetOfVesselsComment

      protected JTextArea fieldSetOfVesselsComment
    • fieldSetOfVesselsFixedCosts

      protected JTextField fieldSetOfVesselsFixedCosts
    • fieldSetOfVesselsName

      protected JTextField fieldSetOfVesselsName
    • fieldSetOfVesselsNumberOfVessels

      protected JTextField fieldSetOfVesselsNumberOfVessels
    • fieldSetOfVesselsPort

      protected JComboBox<Port> fieldSetOfVesselsPort
    • fieldSetOfVesselsVesselType

      protected JComboBox<VesselType> fieldSetOfVesselsVesselType
    • handler

      protected SetOfVesselsBasicsHandler handler
    • save

      protected JButton save
    • technicalEfficiency

      protected InputOneEquationUI technicalEfficiency
    • validator

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

      protected List<String> validatorIds
  • Constructor Details

    • SetOfVesselsBasicsUI

      public SetOfVesselsBasicsUI(LayoutManager param0)
    • SetOfVesselsBasicsUI

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

      public SetOfVesselsBasicsUI(LayoutManager param0, boolean param1)
    • SetOfVesselsBasicsUI

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

      public SetOfVesselsBasicsUI()
    • SetOfVesselsBasicsUI

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

      public SetOfVesselsBasicsUI(boolean param0)
    • SetOfVesselsBasicsUI

      public SetOfVesselsBasicsUI(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)
    • doItemStateChanged__on__fieldSetOfVesselsPort

      public void doItemStateChanged__on__fieldSetOfVesselsPort(ItemEvent event)
    • doItemStateChanged__on__fieldSetOfVesselsVesselType

      public void doItemStateChanged__on__fieldSetOfVesselsVesselType(ItemEvent event)
    • doKeyReleased__on__fieldSetOfVesselsComment

      public void doKeyReleased__on__fieldSetOfVesselsComment(KeyEvent event)
    • doKeyReleased__on__fieldSetOfVesselsFixedCosts

      public void doKeyReleased__on__fieldSetOfVesselsFixedCosts(KeyEvent event)
    • doKeyReleased__on__fieldSetOfVesselsName

      public void doKeyReleased__on__fieldSetOfVesselsName(KeyEvent event)
    • doKeyReleased__on__fieldSetOfVesselsNumberOfVessels

      public void doKeyReleased__on__fieldSetOfVesselsNumberOfVessels(KeyEvent event)
    • getBean

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

      public JButton getCancel()
    • getCreate

      public JButton getCreate()
    • getDelete

      public JButton getDelete()
    • getFieldSetOfVesselsComment

      public JTextArea getFieldSetOfVesselsComment()
    • getFieldSetOfVesselsFixedCosts

      public JTextField getFieldSetOfVesselsFixedCosts()
    • getFieldSetOfVesselsName

      public JTextField getFieldSetOfVesselsName()
    • getFieldSetOfVesselsNumberOfVessels

      public JTextField getFieldSetOfVesselsNumberOfVessels()
    • getFieldSetOfVesselsPort

      public JComboBox<Port> getFieldSetOfVesselsPort()
    • getFieldSetOfVesselsVesselType

      public JComboBox<VesselType> getFieldSetOfVesselsVesselType()
    • getHandler

      public SetOfVesselsBasicsHandler getHandler()
      Specified by:
      getHandler in class InputContentUI<SetOfVessels>
    • getSave

      public JButton getSave()
    • getTechnicalEfficiency

      public InputOneEquationUI getTechnicalEfficiency()
    • getValidator

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

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

      protected void createCancel()
    • createCreate

      protected void createCreate()
    • createDelete

      protected void createDelete()
    • createFieldSetOfVesselsComment

      protected void createFieldSetOfVesselsComment()
    • createFieldSetOfVesselsFixedCosts

      protected void createFieldSetOfVesselsFixedCosts()
    • createFieldSetOfVesselsName

      protected void createFieldSetOfVesselsName()
    • createFieldSetOfVesselsNumberOfVessels

      protected void createFieldSetOfVesselsNumberOfVessels()
    • createFieldSetOfVesselsPort

      protected void createFieldSetOfVesselsPort()
    • createFieldSetOfVesselsVesselType

      protected void createFieldSetOfVesselsVesselType()
    • createHandler

      protected void createHandler()
    • createSave

      protected void createSave()
    • createTechnicalEfficiency

      protected void createTechnicalEfficiency()
    • createValidator

      protected void createValidator()