Class SearchLine

    • Method Detail

      • checkType

        public void checkType​(Criterion criterion)
        This criterion sets the criterion type to TYPE_SIGNED if the selected field is 'signed'. This because the Criterion class doesn't have the signed field.
        Parameters:
        criterion - the criterion to check
      • updateSearchOption

        public void updateSearchOption()
        This method updates the combobox or the text field of the Search Line.
      • getCriterion

        public Criterion getCriterion()
      • getFieldComboBox

        public JComboBox getFieldComboBox()
      • setFieldComboBox

        public void setFieldComboBox​(JComboBox fieldComboBox)
      • getCompositionComboBox

        public JComboBox getCompositionComboBox()
      • getOperatorComboBox

        public JComboBox getOperatorComboBox()
      • getValueComboBox

        public JComboBox getValueComboBox()
      • getValueTextField

        public JTextField getValueTextField()
      • setCompositionComboBox

        public void setCompositionComboBox​(JComboBox compositionComboBox)
      • setOperatorComboBox

        public void setOperatorComboBox​(JComboBox operatorComboBox)
      • setValueComboBox

        public void setValueComboBox​(JComboBox valueComboBox)
      • setValueTextField

        public void setValueTextField​(JTextField valueTextField)