Skip navigation links
GxCellEditors

Class GxCellEditorBasicBooleanSelect

Inheritance:
  • Field Detail

    • UsedFalseValue!

      public BBjString UsedFalseValue!

      The value to use when when the component needs to return a false value.

    • UsedNoneValue!

      public BBjString UsedNoneValue!

      The value to use when when the component needs to return a none/empty/null value. in case it is null() , then the none option will be hidden from the rendered list

    • UsedTrueValue!

      public BBjString UsedTrueValue!

      The value to use when when the component needs to return a true value.

  • Constructor Detail

    • GxCellEditorBasicBooleanSelect

      public GxCellEditorBasicBooleanSelect()

      Construct new GxCellEditorBasicBooleanSelect

    • GxCellEditorBasicBooleanSelect

      public GxCellEditorBasicBooleanSelect(BBjString trueValue!)

      Construct new GxCellEditorBasicBooleanSelect

      Parameters:
      BBjString trueValue! The value to use when when the component needs to return a true value.
    • GxCellEditorBasicBooleanSelect

      public GxCellEditorBasicBooleanSelect(BBjString trueValue!, BBjString falseValue!)

      Construct new GxCellEditorBasicBooleanSelect

      Parameters:
      BBjString trueValue! The value to use when when the component needs to return a true value.
      BBjString falseValue! The value to use when when the component needs to return a false value.
    • GxCellEditorBasicBooleanSelect

      public GxCellEditorBasicBooleanSelect(BBjString trueValue!, BBjString falseValue!, BBjString noneValue!)

      Construct new GxCellEditorBasicBooleanSelect

      Parameters:
      BBjString trueValue! The value to use when when the component needs to return a true value.
      BBjString falseValue! The value to use when when the component needs to return a false value.
      BBjString noneValue! The value to use when when the component needs to return a none/empty/null value. in case it is null() , then the none option will be hidden from the rendered list
    • Method Detail

      • setUsedFalseValue

        public void setUsedFalseValue(BBjString falseValue!)

        Set The value to use when when the component needs to return a true value.

        Parameters:
        BBjString trueValue!
      • setUsedNoneValue

        public void setUsedNoneValue(BBjString noneValue!)

        Set The value to use when when the component needs to return a none/empty/null value. in case it is null() , then the none option will be hidden from the rendered list

        Parameters:
        BBjString trueValue!
      • setUsedTrueValue

        public void setUsedTrueValue(BBjString trueValue!)

        Set The value to use when when the component needs to return a true value.

        Parameters:
        BBjString trueValue!