public class GxCellEditorBasicBooleanSelect extends GxCellEditorSelect
A simple boolean editor based on the GxCellEditorSelect.
The editor provides a select box where the user can selected one of the three values (true , false , none)
| Modifier and Type | Field and Description |
|---|---|
BBjString | UsedFalseValue!The value to use when when the component needs to return a false value. |
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 |
BBjString | UsedTrueValue!The value to use when when the component needs to return a true value. |
Fields inherited from class GxCellEditorSelect
Values!
| Constructor and Description |
|---|
GxCellEditorBasicBooleanSelect()Construct new GxCellEditorBasicBooleanSelect |
GxCellEditorBasicBooleanSelect(BBjString trueValue!)Construct new GxCellEditorBasicBooleanSelect |
GxCellEditorBasicBooleanSelect(BBjString trueValue!, BBjString falseValue!)Construct new GxCellEditorBasicBooleanSelect |
GxCellEditorBasicBooleanSelect(BBjString trueValue!, BBjString falseValue!, BBjString noneValue!)Construct new GxCellEditorBasicBooleanSelect |
| Modifier and Type | Method and Description |
|---|---|
void | setUsedFalseValue(BBjString falseValue!)Set The value to use when when the component needs to return a true value. |
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 |
void | setUsedTrueValue(BBjString trueValue!)Set The value to use when when the component needs to return a true value. |
equals getAsJsonObject, getCellEditorName public BBjString UsedFalseValue!The value to use when when the component needs to return a false value.
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
public BBjString UsedTrueValue!The value to use when when the component needs to return a true value.
public GxCellEditorBasicBooleanSelect()
Construct new GxCellEditorBasicBooleanSelect
public GxCellEditorBasicBooleanSelect(BBjString trueValue!)
Construct new GxCellEditorBasicBooleanSelect
BBjString trueValue! The value to use when when the component needs to return a true value.public GxCellEditorBasicBooleanSelect(BBjString trueValue!, BBjString falseValue!)
Construct new GxCellEditorBasicBooleanSelect
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.public GxCellEditorBasicBooleanSelect(BBjString trueValue!, BBjString falseValue!, BBjString noneValue!)
Construct new GxCellEditorBasicBooleanSelect
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 listpublic void setUsedFalseValue(BBjString falseValue!)
Set The value to use when when the component needs to return a true value.
BBjString trueValue!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
BBjString trueValue!public void setUsedTrueValue(BBjString trueValue!)
Set The value to use when when the component needs to return a true value.
BBjString trueValue!