public class GxCellEditorBasicBooleanRichSelect extends GxCellEditorRichSelect
A simple boolean editor based on the GxCellEditorRichSelect.
The editor provides a select box where the user can selected one of the three values (true , false , none)
#OnlyGUI
#Enterprise
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! Fields inherited from class GxCellEditorRichSelect
CellRenderer!
Constructor Summary
Constructors Constructor and Description GxCellEditorBasicBooleanRichSelect()
Construct new GxCellEditorBasicBooleanSelect
GxCellEditorBasicBooleanRichSelect(BBjString trueValue!)
Construct new GxCellEditorBasicBooleanSelect
GxCellEditorBasicBooleanRichSelect(BBjString trueValue!, BBjString falseValue!)
Construct new GxCellEditorBasicBooleanSelect
GxCellEditorBasicBooleanRichSelect(BBjString trueValue!, BBjString falseValue!, BBjString noneValue!)
Construct new GxCellEditorBasicBooleanSelect
Method Summary
Methods 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.
Methods inherited from class GxCellEditorAbstract
equals
Methods inherited from class GxCellEditorSelect
getAsJsonObject, getCellEditorName
Methods inherited from class GxCellEditorRichSelect
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 GxCellEditorBasicBooleanRichSelect()
Construct new GxCellEditorBasicBooleanSelect
public GxCellEditorBasicBooleanRichSelect(BBjString trueValue!)
Construct new GxCellEditorBasicBooleanSelect
BBjString
trueValue! The value to use when when the component needs to return a true value.public GxCellEditorBasicBooleanRichSelect(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 GxCellEditorBasicBooleanRichSelect(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!